We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f749af commit 5b7faaeCopy full SHA for 5b7faae
1 file changed
.github/workflows/publish-ghcr-image.yml
@@ -45,9 +45,11 @@ jobs:
45
-v "$PWD:/workspace" \
46
-w /workspace \
47
rust:1.85-bullseye \
48
- bash -lc '
+ bash -c '
49
+ export PATH="/usr/local/cargo/bin:/usr/local/rustup/bin:$PATH" &&
50
apt-get update &&
51
apt-get install -y --no-install-recommends pkg-config libssl-dev &&
52
+ cargo --version &&
53
cargo build --release --bin simprint-server
54
'
55
0 commit comments