Skip to content

Commit 2ed0a37

Browse files
committed
Temporarily add pkgconf and libssl-dev to pure-rust-build job
This too must of course be undone. Like the last couple temporary changes, this is to see if the significance of using the `minimal` Rust toolchain can be identified. Note: This causes the test to pass, even with the `minimal` Rust toolchain. That's okay. These effects can be compared to those of the reverse incremental changes to be made after increasing the Debian image version.
1 parent d9e1228 commit 2ed0a37

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