Skip to content

Commit 26ebbe6

Browse files
committed
Temporarily add cmake to pure-rust-build job
This needs to be undone, since `max-pure` definitely should not require `cmake`. The reason for this temporary change is to figure out how robust the test is: currently, it fails on `max` as it should, but reports the absence of `cmake` as the reason. For the test to be robust, its failure should be for a deeper reason, and preferably even implicate the `minimal` Rust profile.
1 parent b2e9289 commit 26ebbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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 # gcc is required as OS abstraction
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
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)