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 12705c2Copy full SHA for 12705c2
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
- uses: dtolnay/rust-toolchain@stable
44
with:
45
toolchain: ${{ env.rust_version }}
46
+ - run: sudo apt-get update
47
+ - run: sudo apt-get install -y libcurl4-openssl-dev
48
- run: cargo build --all-targets --verbose --features "${{ matrix.features }}"
49
- run: cd rdkafka-sys && cargo test --features "${{ matrix.rdkafka-sys-features }}"
50
@@ -86,7 +88,8 @@ jobs:
86
88
87
89
90
- # - run: sudo apt-get update
91
92
93
# - run: sudo apt-get install -qy valgrind # Valgrind currently disabled in testing
94
- run: ./test_suite.sh
95
env:
0 commit comments