Skip to content

Commit 0fd6f4b

Browse files
Update release.yml
1 parent 01ee17a commit 0fd6f4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
matrix:
1515
target: [x86_64-unknown-linux-musl]
1616
steps:
17-
- uses: actions/checkout@master
18-
- name: Compile and release
17+
- uses: actions/checkout@v4
18+
- name: Setup
19+
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
20+
- name: Compile binaries and release
1921
uses: rust-build/rust-build.action@v1.4.4
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)