1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-04-02 11:42:43 +00:00

Add specific lock_api version

This commit is contained in:
asimon-1 2021-06-17 13:00:59 -04:00
parent 50baa5ff05
commit 33974a534b

View file

@ -15,7 +15,9 @@ jobs:
- name: Link rust-std-skyline src
run: mkdir ../rust-std-skyline-squashed && ln -s $XARGO_RUST_SRC ../rust-std-skyline-squashed/src
- name: Build release NRO
run: cargo skyline build --release
run: |
cargo update -p lock_api --precise 0.4.3
cargo skyline build --release
- name: Upload plugin artifact
uses: actions/upload-artifact@v2
with: