mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Try to fix Build_CTRTool.yml
This commit is contained in:
@@ -31,7 +31,8 @@ jobs:
|
|||||||
- name: Clone submodules
|
- name: Clone submodules
|
||||||
run: git submodule init && git submodule update
|
run: git submodule init && git submodule update
|
||||||
- name: Compile ${{ matrix.prog }}
|
- name: Compile ${{ matrix.prog }}
|
||||||
run: cd ./${{ matrix.prog }} && make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
|
working-directory: ${{ matrix.prog }}
|
||||||
|
run: make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.prog }}-${{ matrix.dist }}
|
name: ${{ matrix.prog }}-${{ matrix.dist }}
|
||||||
|
|||||||
Reference in New Issue
Block a user