Skip to content

Commit

Permalink
Add sdl2 install step to more-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Feb 4, 2025
1 parent 8bbe55f commit 8e71b84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install sdl2 dependencies
run: |
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev libsdl2-image-dev
- name: Setup OCaml
uses: ocaml/setup-ocaml@v3
with:
Expand Down

0 comments on commit 8e71b84

Please sign in to comment.