mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 08:49:04 +00:00
Fix Build_CTRTool.yml
This commit is contained in:
@@ -28,12 +28,10 @@ jobs:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Change to ${{ matrix.prog }} directory
|
|
||||||
run: cd ./${{ matrix.prog }}
|
|
||||||
- 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: make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
|
run: cd ./${{ matrix.prog }} && 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