We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04fd4b commit 6cb6033Copy full SHA for 6cb6033
.github/workflows/release.yml
@@ -12,14 +12,10 @@ jobs:
12
target: [x86_64-unknown-linux-musl]
13
steps:
14
- uses: actions/checkout@master
15
- - uses: actions-rs/toolchain@v1
16
- with:
17
- profile: minimal
18
- toolchain: stable
19
- override: true
20
- name: Compile and release
21
uses: Douile/rust-build.action@latest
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
RUSTTARGET: ${{ matrix.target }}
25
EXTRA_FILES: "README.md LICENSE"
+ TOOLCHAIN_VERSION: nightly
0 commit comments