Skip to content

Commit 36dc894

Browse files
committed
ci: add curl-lib to github actions
1 parent 8ab77e4 commit 36dc894

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
- uses: Swatinem/rust-cache@v2
252252
- uses: rust-lang/crates-io-auth-action@v1
253253
id: auth
254+
- run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
254255
- run: cargo publish --workspace
255256
env:
256257
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)