1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

submodule checkout

This commit is contained in:
jugeeya 2020-07-05 15:32:42 -07:00 committed by GitHub
parent e3c2442eae
commit 31e2a802cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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