Skip to content

Commit

Permalink
run apt-get update b4 sqld reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-engelmann committed Oct 5, 2023
1 parent ad7eb8e commit c6e6e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y && . "$HOME/.cargo/env"

- name: sqld deps
run: apt-get install gcc g++ make libclang-dev -y
run: apt-get update && apt-get install gcc g++ make libclang-dev -y

- name: sqld Build
run: git clone https://github.com/libsql/sqld.git && cd sqld && sed -i 's/setup_14/setup_18/g' ./scripts/install-deps.sh && ./scripts/install-deps.sh && . "$HOME/.cargo/env" && cargo build && ./target/debug/sqld --http-listen-addr 0.0.0.0:8000 &
Expand Down

0 comments on commit c6e6e88

Please sign in to comment.