run sudo apt update in Ubuntu build
This commit is contained in:
parent
67bc62b2bf
commit
9a22c7aaa4
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ jobs:
|
|||
python-version: "3.12"
|
||||
|
||||
- name: Install SDL2
|
||||
run: sudo apt install -y libsdl2-dev
|
||||
|
||||
|
||||
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo apt install -y libsdl2-dev
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue