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.
pkgconf
libssl-dev
pure-rust-build
1 parent 35101ce commit 9449d74Copy full SHA for 9449d74
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: Prerequisites
27
- run: apt-get update && apt-get install --no-install-recommends -y ca-certificates curl build-essential pkgconf libssl-dev cmake # gcc is required as OS abstraction
+ run: apt-get update && apt-get install --no-install-recommends -y ca-certificates curl build-essential cmake # gcc is required as OS abstraction
28
- name: install Rust via Rustup
29
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal;
30
- uses: Swatinem/rust-cache@v2
0 commit comments