Skip to content

Commit

Permalink
hard code 0s and 8000 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
david-engelmann committed Oct 2, 2023
1 parent 2f70df0 commit 1b3a6da
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 @@ -76,7 +76,7 @@ jobs:
run: 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 $LIBSQL_HOST:$LIBSQL_PORT
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
env:
LIBSQL_HOST: ${{ secrets.LIBSQL_HOST }}
LIBSQL_PORT: ${{ secrets.LIBSQL_PORT }}
Expand Down

0 comments on commit 1b3a6da

Please sign in to comment.