Skip to content

Commit ed41e96

Browse files
committed
install curl on ubuntu
1 parent e9adcb0 commit ed41e96

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- uses: Swatinem/rust-cache@v2
2121
with:
2222
key: ${{ matrix.os }}
23+
- name: install curl-dev
24+
if: ${{ matrix.os == 'ubuntu-latest' }}
25+
run: sudo apt-get install -y libcurl4-openssl-dev
2326
- name: Unit tests
2427
run: cargo test
2528
- name: Unit tests (release mode)

0 commit comments

Comments
 (0)