We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4778504 commit 2dae296Copy full SHA for 2dae296
.github/workflows/build-rust.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build in Steam Runtime container
17
uses: addnab/docker-run-action@v3
18
with:
19
- image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
+ image: registry.gitlab.steamos.cloud/steamrt/scout/sdk
20
options: -v ${{ github.workspace }}:/work
21
run: |
22
set -ex
@@ -25,7 +25,7 @@ jobs:
25
26
# Install Rust
27
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
28
- source "$HOME/.cargo/env"
+ . "$HOME/.cargo/env"
29
30
cd /work/lib
31
cargo build --release
0 commit comments