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 8ab77e4 commit 36dc894Copy full SHA for 36dc894
1 file changed
.github/workflows/publish.yml
@@ -251,6 +251,7 @@ jobs:
251
- uses: Swatinem/rust-cache@v2
252
- uses: rust-lang/crates-io-auth-action@v1
253
id: auth
254
+ - run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
255
- run: cargo publish --workspace
256
env:
257
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments