Skip to content

Commit af90ecc

Browse files
authored
Update installation step for SDL in workflow
1 parent 730fee7 commit af90ecc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- "4.0.1"
2525

2626
steps:
27-
- name: Install sdl
28-
run: sudo apt-get install libsdl2-dev -y
27+
- name: Update apt and Install sdl
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install libsdl2-dev -y
2931
- uses: actions/checkout@v4
3032
- name: Set up Ruby
3133
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)