Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jan 21, 2024
1 parent 2ee9754 commit 2658dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install deps
run: |
sudo apt update && sudo apt install -y valgrind libcurl4-openssl-dev
make prepare
- name: Run tests
run: |
make test
Expand Down Expand Up @@ -59,6 +60,9 @@ jobs:
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
- name: Install deps
run: |
make prepare
- name: Run examples
run: |
make run
2 changes: 1 addition & 1 deletion libs/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ unzip mbedtls.zip
unzip libcurl.zip
unzip zlib.zip

mv curl-curl-8_5_0 "${SCRIPT_DIR}/libcurl"
mv curl-curl-8_5_0 "${SCRIPT_DIR}/curl"
mv mbedtls-3.5.1 "${SCRIPT_DIR}/mbedtls"
mv zlib-1.3 "${SCRIPT_DIR}/zlib"

0 comments on commit 2658dd3

Please sign in to comment.