Skip to content

Commit 62c9d63

Browse files
committed
chore: Install libcurl on CI
1 parent 1c83cff commit 62c9d63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
- uses: dtolnay/rust-toolchain@stable
8787
with:
8888
toolchain: ${{ env.rust_version }}
89-
# - run: sudo apt-get update
89+
- run: sudo apt-get update
90+
- run: sudo apt-get install -y libcurl4-openssl-dev
9091
# - run: sudo apt-get install -qy valgrind # Valgrind currently disabled in testing
9192
- run: ./test_suite.sh
9293
env:

0 commit comments

Comments
 (0)