Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ jobs:
else
echo "arch=ARM" >> $GITHUB_ENV
fi
- name: Install Dependencies
run: |
brew install fpc sdl2 sdl2_image automake portaudio lua ffmpeg opencv
- name: Install and Cache Homebrew Dependencies
uses: gerlero/brew-install@v1
with:
packages: fpc sdl2 sdl2_image automake portaudio lua ffmpeg opencv
- name: Generate Build Scripts
run: ./autogen.sh
- name: Configure Project
Expand Down