Skip to content

Commit

Permalink
[merge] sdl2
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Mar 22, 2024
1 parent 7e09b5b commit 7d134c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Setup required packages"
run: sudo apt-get -y install clang cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev sdl2
run: sudo apt-get -y install clang cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev libsdl2-dev

- name: "Setup clang"
uses: egor-tensin/setup-clang@v1
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Installing Dependencies
run: |
sudo apt-get update
sudo apt-get -y install gcc cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev sdl2
sudo apt-get -y install gcc cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev libsdl2-dev
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 7d134c9

Please sign in to comment.