You've already forked hackerlibultra
mirror of
https://github.com/HackerN64/hackerlibultra.git
synced 2026-01-21 10:37:53 -08:00
Fix CI typo that caused only libultra_rom to be built (#14)
This commit is contained in:
6
.github/workflows/ci_gcc.yml
vendored
6
.github/workflows/ci_gcc.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: [libultra, libultra_d, libultra_rom]
|
||||
target: [libultra, libultra_d, libultra_rom]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -27,8 +27,8 @@ jobs:
|
||||
- name: Verify formatting on all files
|
||||
run: python3 tools/check_format.py --verbose
|
||||
|
||||
- name: Build ${{ matrix.version }}
|
||||
run: make -j $(nproc) VERSION=${{ matrix.version }}
|
||||
- name: Build ${{ matrix.target }}
|
||||
run: make -j $(nproc) TARGET=${{ matrix.target }}
|
||||
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user