Skip to content

Commit 5b7faae

Browse files
committed
ci: fix ghcr image build environment
1 parent 8f749af commit 5b7faae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-ghcr-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
-v "$PWD:/workspace" \
4646
-w /workspace \
4747
rust:1.85-bullseye \
48-
bash -lc '
48+
bash -c '
49+
export PATH="/usr/local/cargo/bin:/usr/local/rustup/bin:$PATH" &&
4950
apt-get update &&
5051
apt-get install -y --no-install-recommends pkg-config libssl-dev &&
52+
cargo --version &&
5153
cargo build --release --bin simprint-server
5254
'
5355

0 commit comments

Comments
 (0)