Skip to content

Commit c26fb9e

Browse files
committed
ci: fix
"+stable" is no longer available as the rustup proxy binary is no longer used.
1 parent 9968231 commit c26fb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/developer_productivity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
#
2626
# It only runs if the "nix-src" output of the "changes" job is true.
2727
nix_shell_toolchain:
28-
name: "Nix toolchain: cargo xtask run works"
28+
name: "Nix toolchain: `cargo xtask run` works"
2929
needs: changes
3030
if: ${{ needs.changes.outputs.nix-src == 'true' }}
3131
runs-on: ubuntu-latest
@@ -45,6 +45,6 @@ jobs:
4545
run: nix-shell --pure --run "cargo --version"
4646
- name: Run VM tests
4747
run: |
48-
COMMAND="cargo +stable xtask run --target x86_64 --headless --ci --tpm=v1"
49-
echo "Executing in nix shell now: $COMMAND"
48+
COMMAND="cargo xtask run --target x86_64 --headless --ci --tpm=v1"
49+
echo "Executing in nix shell: $COMMAND"
5050
nix-shell --pure --run "$COMMAND"

0 commit comments

Comments
 (0)