mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 06:46:11 +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
|
runs-on: ubuntu-latest
|
||||||
container: devkitpro/devkita64:latest
|
container: devkitpro/devkita64:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v2
|
||||||
- name: Sync submodules
|
with:
|
||||||
run: git submodule sync --recursive && git submodule update --init --recursive
|
submodules: recursive
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
|
|
Loading…
Add table
Reference in a new issue