use later version of mgba

This commit is contained in:
Corwin Kuiper 2021-04-11 01:25:48 +01:00 committed by Corwin
parent 7ad429c56b
commit 2c32e11882

View file

@ -11,10 +11,16 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install xvfb build-essential binutils-arm-none-eabi mgba-qt pulseaudio -y run: sudo apt-get update && sudo apt-get install xvfb build-essential binutils-arm-none-eabi pulseaudio -y
- name: Install mgba 0.9
run: |
curl -L https://github.com/mgba-emu/mgba/releases/download/0.9.0/mGBA-0.9.0-ubuntu64-focal.tar.xz -o mgba.tar.xz && \
tar -xf mgba.tar.xz && \
sudo apt-get install ./mGBA-0.9.0-ubuntu64-focal/* -y && \
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Nightly rust with required components - name: Nightly rust with required components
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1