-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Homebrew has updated the default version of FLTK to 1.4, which is causing rendering issues in Dillo. So for now, we build with FLTK 1.3 by pinning it. See: Homebrew/homebrew-core#198029 See: #246
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,7 +180,7 @@ jobs: | |
with: | ||
fetch-depth: 1 | ||
- name: Install dependencies | ||
run: brew install autoconf automake fltk | ||
run: brew install autoconf automake fltk@1.3 | ||
- name: autogen | ||
run: ./autogen.sh | ||
- name: configure | ||
|
@@ -201,7 +201,7 @@ jobs: | |
- name: Remove old OpenSSL 1.1 | ||
run: brew uninstall [email protected] | ||
- name: Install dependencies | ||
run: brew install autoconf automake fltk openssl@3 | ||
run: brew install autoconf automake fltk@1.3 openssl@3 | ||
- name: autogen | ||
run: ./autogen.sh | ||
- name: configure | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters