Skip to content

Commit

Permalink
run sudo apt update in Ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMu committed Mar 30, 2024
1 parent 67bc62b commit 9a22c7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-platformio-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a22c7a

Please sign in to comment.