Skip to content

Commit 2dae296

Browse files
committed
try
1 parent 4778504 commit 2dae296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build in Steam Runtime container
1717
uses: addnab/docker-run-action@v3
1818
with:
19-
image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
19+
image: registry.gitlab.steamos.cloud/steamrt/scout/sdk
2020
options: -v ${{ github.workspace }}:/work
2121
run: |
2222
set -ex
@@ -25,7 +25,7 @@ jobs:
2525
2626
# Install Rust
2727
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
28-
source "$HOME/.cargo/env"
28+
. "$HOME/.cargo/env"
2929
3030
cd /work/lib
3131
cargo build --release

0 commit comments

Comments
 (0)