Update install.yml

This commit is contained in:
Jordan Carlin 2024-07-05 10:03:15 -04:00
parent ac5a469034
commit 9a399e7ef0
No known key found for this signature in database

View File

@ -12,6 +12,7 @@ jobs:
- run: sudo apt update - run: sudo apt update
- run: sudo apt upgrade -y - run: sudo apt upgrade -y
- run: sudo apt install -y libunwind-dev - run: sudo apt install -y libunwind-dev
- run: git clone --recurse-submodules -j 4 https://github.com/qemu/qemu
- name: install - name: install
run: | run: |
pwd pwd