1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00

Try specifying target

This commit is contained in:
jugeeya 2021-04-12 08:49:27 -07:00 committed by GitHub
parent 2ddc7cd92f
commit 80319eabfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: RUST_TARGET_PATH=$(shell pwd) xargo build --features outside_training_mode --target=aarch64-skyline-switch
- name: Upload plugin (outside training mode) artifact
uses: actions/upload-artifact@v2
with: