Skip to content

Commit

Permalink
Explicitly use FLTK 1.3 for macOS builds
Browse files Browse the repository at this point in the history
Homebrew now defaults to FLTK 1.4, which we are not compatible with.
  • Loading branch information
CendioOssman committed Nov 26, 2024
1 parent d9c84cc commit b5225e9
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 @@ -68,8 +68,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install fltk pixman ffmpeg
brew install fltk@1.3 pixman ffmpeg
brew install gnutls nettle gmp
brew link fltk@1.3
- name: Configure
run: cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build
- name: Build
Expand Down

0 comments on commit b5225e9

Please sign in to comment.