Skip to content

Commit

Permalink
fix: run brew without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xevion committed Apr 24, 2024
1 parent 83ac307 commit 8237cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Install SDL2 Packages
run: sudo brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf sdl2_gfx
run: brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf sdl2_gfx

- name: Setup Rust Toolchain (MacOS)
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 8237cc7

Please sign in to comment.