mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
submodule checkout
This commit is contained in:
parent
e3c2442eae
commit
31e2a802cb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkita64:latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Sync submodules
|
||||
run: git submodule sync --recursive && git submodule update --init --recursive
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: make
|
||||
run: make
|
||||
- name: Upload build artifact
|
||||
|
|
Loading…
Reference in a new issue