mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Update CI to cs-3.0.0
This commit is contained in:
parent
88abeadfdd
commit
3e37c5ace8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
plugin:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: jugeeya/cargo-skyline:2.1.0-dkp
|
||||
image: jugeeya/cargo-skyline:3.0.0-dkp-beta
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build release NRO
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
if: github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: jugeeya/cargo-skyline:2.1.0-dkp
|
||||
image: jugeeya/cargo-skyline:cargo-skyline:3.0.0-dkp-beta
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build outside_training_mode NRO
|
||||
|
|
Loading…
Reference in a new issue