This commit is contained in:
Corwin Kuiper 2021-04-11 01:34:58 +01:00 committed by Corwin
parent 2c32e11882
commit a85afe5e82

View file

@ -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