mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
only install libmgba
This commit is contained in:
parent
b0ef0381a3
commit
a51c05bbe0
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: |
|
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 && \
|
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 && \
|
tar -xf mgba.tar.xz && \
|
||||||
sudo apt-get install libzip5 ./mGBA-0.9.0-ubuntu64-focal/* -y && \
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue