@@ -34,7 +34,7 @@ jobs: |
| 34 |
run: | |
34 |
run: | |
| 35 |
sudo apt -qq update |
35 |
sudo apt -qq update |
| 36 |
sudo apt install -yq libsdl2-dev bison |
36 |
sudo apt install -yq libsdl2-dev bison |
| 37 |
curl -Lo rgbds.tar.gz 'https://github.com/gbdev/rgbds/releases/download/v0.6.1/rgbds-0.6.1.tar.gz' |
37 |
curl -Lo rgbds.tar.gz 'https://github.com/gbdev/rgbds/releases/download/v0.8.0/rgbds-0.8.0.tar.gz' |
| 38 |
tar xvf rgbds.tar.gz rgbds/{include,src,Makefile} |
38 |
tar xvf rgbds.tar.gz rgbds/{include,src,Makefile} |
| 39 |
cd rgbds |
39 |
cd rgbds |
| 40 |
make -j4 rgbasm rgblink rgbfix Q= |
40 |
make -j4 rgbasm rgblink rgbfix Q= |
@@ -75,7 +75,7 @@ jobs: |
| 75 |
run: | |
75 |
run: | |
| 76 |
choco install lazarus zip |
76 |
choco install lazarus zip |
| 77 |
curl -Lo 'sdl2.zip' 'https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5-win32-x64.zip' |
77 |
curl -Lo 'sdl2.zip' 'https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5-win32-x64.zip' |
| 78 |
curl -Lo 'rgbds.zip' 'https://github.com/gbdev/rgbds/releases/download/v0.6.1/rgbds-0.6.1-win64.zip' |
78 |
curl -Lo 'rgbds.zip' 'https://github.com/gbdev/rgbds/releases/download/v0.8.0/rgbds-0.8.0-win64.zip' |
| 79 |
unzip -d rgbds rgbds.zip rgb{asm,link,fix}.exe |
79 |
unzip -d rgbds rgbds.zip rgb{asm,link,fix}.exe |
| 80 |
|
80 |
|
| 81 |
- name: Set up MSYS2 |
81 |
- name: Set up MSYS2 |