Skip to content

Commit

Permalink
[TESTS] Add missing lib for QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Dec 7, 2023
1 parent 6d42a9b commit c96045f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
curl -L $(curl -s https://api.github.com/repos/espressif/qemu/releases/latest | jq '.assets[] | select(.name|match("xtensa")) | select(.name|match("x86_64")) | select(.name|match("linux")) | .browser_download_url' | tr -d '"') | tar xJ
echo "/home/runner/work/qemu/bin" >> $GITHUB_PATH
sudo apt-get install libslirp0
sudo apt-get install libslirp0 libsdl2-2.0-0
- name: Run pytest
working-directory: ./BlueRetro
run: |
Expand Down

0 comments on commit c96045f

Please sign in to comment.