Skip to content

Commit

Permalink
Fix GitHub CLI formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren committed Dec 13, 2023
1 parent bad57e8 commit 39e75d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sudo apt-get install \
cmake \
libsdl2-dev \
libsdl2-mixer-dev
libsdl2-mixer-dev \
libsdl2-net-dev
- name: Install dependencies (macOS)
Expand All @@ -61,7 +61,7 @@ jobs:
brew install \
cmake \
sdl2 \
sdl2_mixer
sdl2_mixer \
sdl2_net
- name: Install dependencies (MSYS2)
Expand Down

0 comments on commit 39e75d8

Please sign in to comment.