Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 11, 2024
1 parent 8c0f8aa commit 8e31922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
run: |
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/ HDD=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
- name: Compile system 2x6 build
run: |
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=NAMCO_ARCADE_2x6/ COH=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
- name: list
run: |
git ls-files -i --exclude-standard -c
Expand Down

0 comments on commit 8e31922

Please sign in to comment.