mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Fix Build_CTRTool.yml
This commit is contained in:
@@ -28,12 +28,10 @@ jobs:
|
||||
arch: arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Change to ${{ matrix.prog }} directory
|
||||
run: cd ./${{ matrix.prog }}
|
||||
- name: Clone submodules
|
||||
run: git submodule init && git submodule update
|
||||
- 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
|
||||
with:
|
||||
name: ${{ matrix.prog }}-${{ matrix.dist }}
|
||||
|
||||
Reference in New Issue
Block a user