mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
Add target specification to Rust toolchain setup in release build workflow
This commit is contained in:
parent
3d744ae44f
commit
aecf37163f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
target: ${{ matrix.target }}
|
||||
cache: true
|
||||
|
||||
- name: Install target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue