Skip to content

Commit

Permalink
Add LDFLAGS for macOS CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Apr 26, 2024
1 parent 3e0bc45 commit ce40a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Install prerequisites
run: brew install cppcheck libjpeg libpng libusb openssl@3
- name: Configure CUPS
env:
LDFLAGS: -L/opt/homebrew/Cellar/openssl@3/3.3.0/lib
run: ./configure --enable-debug --enable-maintainer
- name: Build CUPS
run: make
Expand Down

0 comments on commit ce40a05

Please sign in to comment.