apt update during build

This commit is contained in:
Christopher A. Mosher 2022-10-30 22:40:03 -04:00
parent 9665431557
commit ccc89f0676
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
- run: |
set -x
sudo apt-get update -qqq
sudo apt-get upgrade -qqq
sudo apt-get install -qqq xa65 libsdl2-dev
./bootstrap
./configure