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:
parent
50baa5ff05
commit
33974a534b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue