mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
Add target installation step to release build workflow
This commit is contained in:
parent
4bb61aba8b
commit
95b934ad39
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-build.yml
vendored
3
.github/workflows/release-build.yml
vendored
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
cache: true
|
||||
|
||||
- name: Install target
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: Build (optimized)
|
||||
run: cargo build --release --target ${{ matrix.target }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue