Skip to content

Commit 2f2a40a

Browse files
committed
Revert "Temporarily add cmake to pure-rust-build job"
This reverts commit 26ebbe6.
1 parent c4d0287 commit 2f2a40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- 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
27+
run: apt-get update && apt-get install --no-install-recommends -y ca-certificates curl gcc libc-dev # gcc is required as OS abstraction
2828
- name: install Rust via Rustup
2929
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal;
3030
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)