Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
QwertyR0 authored Oct 3, 2023
1 parent 97c1993 commit c4bdd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
./gbdk/bin/lcc -Wa-l -Wf-ba0 -c -o saveState.o src/saveState.c
./gbdk/bin/lcc -Wa-l -c -o main.o src/main.c
./gbdk/bin/lcc -Wl-yt3 -Wl-yo4 -Wl-ya4 -o Cellboy.gb main.o saveState.o
./gbdk/bin/lcc -Wl-yt3 -Wl-yo4 -Wl-ya4 -o CellBoy.gb main.o saveState.o
- name: Upload CellBoy
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c4bdd05

Please sign in to comment.