Skip to content

Commit

Permalink
Pkg-config apth
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed May 24, 2024
1 parent d2b74ee commit 729d0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
sudo curl -L https://github.com/bblanchon/pdfium-binaries/releases/download/chromium%2F${{ matrix.pdfium }}/pdfium-mac-x64.tgz -o pdfium-mac-x64.tgz && sudo mkdir /opt/pdfium && sudo tar -C /opt/pdfium -xvf pdfium-mac-x64.tgz
sudo rm pdfium-mac-x64.tgz
brew install pkg-config
echo $PKG_CONFIG_PATH
sudo cp ./.github/workflows/pdfium.pc /usr/local/lib/pkgconfig/pdfium.pc
- name: Set up PDFium library (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 729d0a1

Please sign in to comment.