Skip to content

Commit 6cb6033

Browse files
committed
ci: fix
1 parent a04fd4b commit 6cb6033

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ 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
2015
- name: Compile and release
2116
uses: Douile/rust-build.action@latest
2217
env:
2318
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2419
RUSTTARGET: ${{ matrix.target }}
2520
EXTRA_FILES: "README.md LICENSE"
21+
TOOLCHAIN_VERSION: nightly

0 commit comments

Comments
 (0)