Skip to content

Commit

Permalink
Fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 18, 2024
1 parent 58517bd commit e25981b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/fox32os-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
repo: fox32-arch/fox32asm
workflow: fox32asm-unstable-linux.yml
workflow: fox32asm-unstable.yml
workflow_conclusion: success

- name: Download latest fox32rom artifact
Expand All @@ -39,14 +39,15 @@ jobs:
- name: Install lua5.4
run: |
sudo apt update
sudo apt install -y lua5.4
sudo apt install -y lua5.4 unzip
- name: Build
run: |
mkdir ../fox32rom
cp fox32rom.def/fox32rom.def ../fox32rom/
chmod +x fox32asm/fox32asm gfx2inc/gfx2inc
make FOX32ASM=fox32asm/fox32asm GFX2INC=gfx2inc/gfx2inc
unzip fox32asm-linux-x86_64/fox32asm-*-x86_64-linux.zip
chmod +x ./fox32asm gfx2inc/gfx2inc
make FOX32ASM=./fox32asm GFX2INC=gfx2inc/gfx2inc
- name: Upload fox32os.img
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e25981b

Please sign in to comment.