File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 runs-on : ubuntu-latest
12- container : ps2dev/ps2sdk-ports :latest
12+ container : ps2dev/ps2sdk:latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Install dependencies
1717 run : |
4343 cd examples
4444 cd box && make clean all && cd ..
4545 cd logo && make clean all && cd ..
46+ cd performance && make clean all && cd ..
4647 cd tricked_out && make clean all && cd ..
4748 cd nehe/lesson02 && make clean all && cd ../..
4849 cd nehe/lesson03 && make clean all && cd ../..
5152
5253
5354 - name : Upload artifacts
54- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5556 with :
5657 name : examples
5758 path : |
Original file line number Diff line number Diff line change 11EE_LIB = libps2glut.a
22
3- EE_LDFLAGS += -L. -L$(PS2SDK ) /ports/lib -L $( PS2DEV ) /gsKit/lib
4- EE_INCS += -I./include -I$(PS2SDK ) /ports/include -I $( PS2DEV ) /gsKit/include
3+ EE_LDFLAGS += -L. -L$(PS2SDK ) /ports/lib
4+ EE_INCS += -I./include -I$(PS2SDK ) /ports/include
55
66ifeq ($(DEBUG ) , 1)
77 EE_CFLAGS += -D_DEBUG
You can’t perform that action at this time.
0 commit comments