Skip to content

Commit a04fd4b

Browse files
committed
ci: refine
1 parent 4d870bd commit a04fd4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ jobs:
1212
target: [x86_64-unknown-linux-musl]
1313
steps:
1414
- uses: actions/checkout@master
15+
- uses: actions-rs/toolchain@v1
16+
with:
17+
profile: minimal
18+
toolchain: stable
19+
override: true
1520
- name: Compile and release
1621
uses: Douile/rust-build.action@latest
1722
env:
1823
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1924
RUSTTARGET: ${{ matrix.target }}
2025
EXTRA_FILES: "README.md LICENSE"
21-
TOOLCHAIN_VERSION: nigihtly

0 commit comments

Comments
 (0)