Skip to content

Commit 12705c2

Browse files
committed
chore: Install libcurl on CI
1 parent 1c83cff commit 12705c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- uses: dtolnay/rust-toolchain@stable
4444
with:
4545
toolchain: ${{ env.rust_version }}
46+
- run: sudo apt-get update
47+
- run: sudo apt-get install -y libcurl4-openssl-dev
4648
- run: cargo build --all-targets --verbose --features "${{ matrix.features }}"
4749
- run: cd rdkafka-sys && cargo test --features "${{ matrix.rdkafka-sys-features }}"
4850

@@ -86,7 +88,8 @@ jobs:
8688
- uses: dtolnay/rust-toolchain@stable
8789
with:
8890
toolchain: ${{ env.rust_version }}
89-
# - run: sudo apt-get update
91+
- run: sudo apt-get update
92+
- run: sudo apt-get install -y libcurl4-openssl-dev
9093
# - run: sudo apt-get install -qy valgrind # Valgrind currently disabled in testing
9194
- run: ./test_suite.sh
9295
env:

0 commit comments

Comments
 (0)