Commit be3f81b

Nick Faro committed on
Update RGBDS to 0.6.0 explicitly for windows/linux
commit be3f81b300589a9f9233f47e7a073df162101203 parent c196992
1 changed files +2−2
Modified.github/workflows/build.yml +2−2
@@ -27,7 +27,7 @@ jobs:
27 run: | 27 run: |
28 sudo apt -qq update 28 sudo apt -qq update
29 sudo apt install -yq lazarus libsdl2-dev bison 29 sudo apt install -yq lazarus libsdl2-dev bison
30 curl -Lo rgbds.tar.gz 'https://github.com/gbdev/rgbds/releases/download/v0.5.2/rgbds-0.5.2.tar.gz' 30 curl -Lo rgbds.tar.gz 'https://github.com/gbdev/rgbds/releases/download/v0.6.0/rgbds-0.6.0.tar.gz'
31 tar xvf rgbds.tar.gz rgbds/{include,src,Makefile} 31 tar xvf rgbds.tar.gz rgbds/{include,src,Makefile}
32 cd rgbds 32 cd rgbds
33 make -j4 rgbasm rgblink rgbfix Q= 33 make -j4 rgbasm rgblink rgbfix Q=
@@ -46,7 +46,7 @@ jobs:
46 run: | 46 run: |
47 choco install lazarus 47 choco install lazarus
48 curl -Lo 'sdl2.zip' 'https://www.libsdl.org/release/SDL2-2.0.22-win32-x64.zip' 48 curl -Lo 'sdl2.zip' 'https://www.libsdl.org/release/SDL2-2.0.22-win32-x64.zip'
49 curl -Lo 'rgbds.zip' 'https://github.com/gbdev/rgbds/releases/download/v0.5.2/rgbds-0.5.2-win64.zip' 49 curl -Lo 'rgbds.zip' 'https://github.com/gbdev/rgbds/releases/download/v0.6.0/rgbds-0.6.0-win64.zip'
50 unzip -d rgbds rgbds.zip rgb{asm,link,fix}.exe 50 unzip -d rgbds rgbds.zip rgb{asm,link,fix}.exe
51 51
52 - name: Set up MSYS2 52 - name: Set up MSYS2