SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 51510b53fd95b8170a2e94811cd8d904f2fdd7e8 parent c0966ceebaf1cf2518427ffa3c0189d8f96ab5aa Author: Lior Halphon <LIJI32@gmail.com> Date: Tue, 4 Oct 2022 14:59:01 +0300 Update GitHub Actions to use RGBDS 0.6.0 Diffstat:
| M | .github/actions/install_deps.sh | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/install_deps.sh b/.github/actions/install_deps.sh @@ -4,7 +4,7 @@ case `echo $1 | cut -d '-' -f 1` in sudo apt-get install -yq bison libpng-dev pkg-config libsdl2-dev ( cd `mktemp -d` - curl -L https://github.com/rednex/rgbds/archive/v0.4.0.zip > rgbds.zip + curl -L https://github.com/rednex/rgbds/archive/v0.6.0.zip > rgbds.zip unzip rgbds.zip cd rgbds-* make -sj
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.