mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-19 08:50:14 +00:00
Use checkout action
This commit is contained in:
parent
0107e31b85
commit
87f2e9f2f8
1 changed files with 5 additions and 3 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -25,9 +25,11 @@ jobs:
|
|||
container: jugeeya/cargo-skyline:latest
|
||||
|
||||
steps:
|
||||
- name: Clone master
|
||||
run: git clone https://github.com/jugeeya/UltimateTrainingModpack
|
||||
working-directory: /volume/
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: '/volume'
|
||||
env:
|
||||
GITHUB_WORKSPACE: '/'
|
||||
- name: Build release NRO
|
||||
run: cargo skyline build --release
|
||||
working-directory: /volume/UltimateTrainingModpack
|
||||
|
|
Loading…
Reference in a new issue