We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9adcb0 commit ed41e96Copy full SHA for ed41e96
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,9 @@ jobs:
20
- uses: Swatinem/rust-cache@v2
21
with:
22
key: ${{ matrix.os }}
23
+ - name: install curl-dev
24
+ if: ${{ matrix.os == 'ubuntu-latest' }}
25
+ run: sudo apt-get install -y libcurl4-openssl-dev
26
- name: Unit tests
27
run: cargo test
28
- name: Unit tests (release mode)
0 commit comments