We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51bd0 commit 08381d2Copy full SHA for 08381d2
.github/workflows/CI.yml
@@ -63,6 +63,10 @@ jobs:
63
run: |
64
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/ HDD=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
65
66
+ - name: Compile PS2 MBR build
67
+ run: |
68
+ make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_MBR/ HDD=1 BUILDING_MBR=1 HOMEBREW_IRX=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
69
+
70
- name: list
71
72
git ls-files -i --exclude-standard -c
0 commit comments