mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
libzip5?
This commit is contained in:
parent
2c32e11882
commit
a85afe5e82
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
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 && \
|
||||
sudo apt-get install libzip5 ./mGBA-0.9.0-ubuntu64-focal/* -y && \
|
||||
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
|
||||
- uses: actions/checkout@v2
|
||||
- name: Nightly rust with required components
|
||||
|
|
Loading…
Reference in a new issue