We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c83cff commit 62c9d63Copy full SHA for 62c9d63
.github/workflows/ci.yml
@@ -86,7 +86,8 @@ jobs:
86
- uses: dtolnay/rust-toolchain@stable
87
with:
88
toolchain: ${{ env.rust_version }}
89
- # - run: sudo apt-get update
+ - run: sudo apt-get update
90
+ - run: sudo apt-get install -y libcurl4-openssl-dev
91
# - run: sudo apt-get install -qy valgrind # Valgrind currently disabled in testing
92
- run: ./test_suite.sh
93
env:
0 commit comments