Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Always our pkgconfig first.
  • Loading branch information
angerman committed Apr 30, 2024
1 parent d852be8 commit 265efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
shell: bash
run: |
echo "LD_LIBRARY_PATH=/usr/local/lib" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:/usr/local/opt/cardano/lib/pkgconfig:/usr/local/opt/openssl@1.1/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH" \
echo "PKG_CONFIG_PATH=/usr/local/opt/cardano/lib/pkgconfig:/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH" \
>> $GITHUB_ENV
# There are three pkg-config packages available for mingw, and each one has their problems:
Expand Down

0 comments on commit 265efea

Please sign in to comment.