Skip to content

Commit

Permalink
Update OPLTestISO.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Sep 1, 2024
1 parent b078d86 commit 6bf754d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/OPLTestISO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
- name: make ISO (8mb IOP RAM support)
run: |
cd labs/opltestiso/
make clean iso SUPPORT_8MB_IOP_RAM=1 ISO=TEST_OPL.00.OPLtester_v0.5_IOPRAM_8mb.iso
- name: make ISO
run: |
cd labs/opltestiso/
make iso
make clean iso
- name: Upload release artifact ISO
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6bf754d

Please sign in to comment.