Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e94629d

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

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)

AltStyle によって変換されたページ (->オリジナル) /