Skip to content

Commit

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

- name: "Setup required packages"
run: brew install cmake ninja mesa-glu mesa xorg-server
run: brew install cmake ninja mesa-glu mesa xorg-server sdl2


- name: Checkout Repository
Expand All @@ -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
run: sudo apt-get -y install clang cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev sdl2

- 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
sudo apt-get -y install gcc cmake ninja-build libglu1-mesa-dev mesa-common-dev xorg-dev sdl2
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 22b9687

Please sign in to comment.