aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-11-26 10:47:30 +0100
committerPierre Ossman <ossman@cendio.se>2024-11-26 12:56:20 +0100
commitb5225e9790fe49c63e5baa2c223d0949d68a9524 (patch)
treed3d13ece13f5570602b14e4e2db2dc7b37ce977b
parentd9c84cc96351ffdcb927e246b8f9c7cd0324f0ed (diff)
downloadtigervnc-b5225e9790fe49c63e5baa2c223d0949d68a9524.tar.gz
tigervnc-b5225e9790fe49c63e5baa2c223d0949d68a9524.zip
Explicitly use FLTK 1.3 for macOS builds
Homebrew now defaults to FLTK 1.4, which we are not compatible with.
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b13ad4f2..4010271f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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