We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03048e commit 25bbab6Copy full SHA for 25bbab6
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: rust-build/[email protected]
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ TOOLCHAIN_VERSION: 1.65.0
28
with:
29
RUSTTARGET: ${{ matrix.target }}
30
ARCHIVE_TYPES: ${{ matrix.archive }}
0 commit comments