Skip to content

Commit c4d0287

Browse files
committed
Revert "Temporarily add build-essential to pure-rust-build job"
This reverts commit d9e1228.
1 parent 9449d74 commit c4d0287

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 build-essential 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 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)