don't install mgba

This commit is contained in:
Corwin Kuiper 2021-07-03 18:34:00 +01:00
parent df93af002b
commit 1c1e048b47

View file

@ -17,12 +17,6 @@ jobs:
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -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 libzip5 ./mGBA-0.9.0-ubuntu64-focal/libmgba.deb -y && \
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Cache - name: Cache
uses: actions/cache@v2.1.6 uses: actions/cache@v2.1.6