mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
don't install mgba
This commit is contained in:
parent
df93af002b
commit
1c1e048b47
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue