mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-03 20:41:00 +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:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- name: Install target
|
||||||
|
run: rustup target add ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Build (optimized)
|
- name: Build (optimized)
|
||||||
run: cargo build --release --target ${{ matrix.target }}
|
run: cargo build --release --target ${{ matrix.target }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue