Skip to content

Commit

Permalink
Actions: Fix Homebrew install command for SDL2
Browse files Browse the repository at this point in the history
Prepend the file path with `./` to prevent it being interpreted as a Homebrew
Tap. Add `--build-from-source` to make extra sure we don't try to install a
Bottle.
  • Loading branch information
tmewett committed Nov 17, 2020
1 parent 7f13bbd commit a36e11b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

- name: "Compile and install dependencies"
run: |
brew install macos/sdl2.rb sdl2_image dylibbundler
brew install --build-from-source ./macos/sdl2.rb
brew install sdl2_image dylibbundler
- name: "Compile"
run: |
Expand Down

0 comments on commit a36e11b

Please sign in to comment.