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.
cmake
pure-rust-build
1 parent c4d0287 commit 2f2a40aCopy full SHA for 2f2a40a
.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 gcc libc-dev cmake # gcc is required as OS abstraction
+ run: apt-get update && apt-get install --no-install-recommends -y ca-certificates curl gcc libc-dev # 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