mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
use --features with cargo-skyline
This commit is contained in:
parent
2ddc7cd92f
commit
399291393d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
name: plugin
|
||||
path: target/aarch64-skyline-switch/release/libtraining_modpack.nro
|
||||
- name: Build outside_training_mode NRO
|
||||
run: xargo build --features outside_training_mode
|
||||
run: cargo skyline build --features outside_training_mode
|
||||
- name: Upload plugin (outside training mode) artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue