Skip to content

Commit

Permalink
Update ubuntu before installing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Senichev <[email protected]>
  • Loading branch information
artemsen committed Jan 24, 2024
1 parent 4063883 commit a65f5ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

steps:
- name: Install dependencies
run: >
sudo apt install --no-install-recommends --yes
build-essential meson libsdl2-dev libsdl2-image-dev
run: |
sudo apt update
sudo apt install --no-install-recommends --yes build-essential meson libsdl2-dev libsdl2-image-dev
- name: Check out source code
uses: actions/checkout@v3
Expand Down

0 comments on commit a65f5ba

Please sign in to comment.