Skip to content

Commit

Permalink
brew link gd doesn't work so adjust CFLAGS and LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
vergoh committed Jan 1, 2025
1 parent ea188c3 commit 1cb2db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/Makefile.CI
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ dependencies_ubuntu_analyzer: dependencies_ubuntu

dependencies_macos:
brew install sqlite gd check
brew link gd
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
runs-on: macos-14
env:
CC: clang
CFLAGS: '-Weverything -Wno-padded -Wno-poison-system-directories'
CFLAGS: '-I/opt/homebrew/include -Weverything -Wno-padded -Wno-poison-system-directories'
LDFLAGS: '-L/opt/homebrew/lib'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1cb2db8

Please sign in to comment.