We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511f4ed commit 7e20441Copy full SHA for 7e20441
.github/actions/install-rust/action.yml
@@ -28,7 +28,7 @@ runs:
28
elif [ "${{ inputs.toolchain }}" = "msrv" ]; then
29
echo "version=1.$msrv.0" >> "$GITHUB_OUTPUT"
30
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-pinned-nightly" ]; then
31
- echo "version=nightly-2024-10-22" >> "$GITHUB_OUTPUT"
+ echo "version=nightly-2024-10-02" >> "$GITHUB_OUTPUT"
32
else
33
echo "version=${{ inputs.toolchain }}" >> "$GITHUB_OUTPUT"
34
fi
0 commit comments