Skip to content

Commit

Permalink
Undo most of the nightly update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 22, 2024
1 parent 511f4ed commit 7e20441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
elif [ "${{ inputs.toolchain }}" = "msrv" ]; then
echo "version=1.$msrv.0" >> "$GITHUB_OUTPUT"
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-pinned-nightly" ]; then
echo "version=nightly-2024-10-22" >> "$GITHUB_OUTPUT"
echo "version=nightly-2024-10-02" >> "$GITHUB_OUTPUT"
else
echo "version=${{ inputs.toolchain }}" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 7e20441

Please sign in to comment.