Skip to content

Commit cb2d7f7

Browse files
committed
ci: Download stable rust version for release
1 parent c8aa497 commit cb2d7f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
clean: true
18-
- uses: dtolnay/rust-toolchain@stable
1918
- uses: taiki-e/create-gh-release-action@v1
2019
with:
2120
# (optional) Path to changelog.
@@ -46,7 +45,7 @@ jobs:
4645
- uses: actions/checkout@v4
4746
with:
4847
clean: true
49-
48+
- uses: dtolnay/rust-toolchain@stable
5049
- uses: taiki-e/upload-rust-binary-action@v1
5150
with:
5251
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.

0 commit comments

Comments
 (0)