Skip to content

Commit

Permalink
Fixed pkg-config output in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jun 12, 2024
1 parent ec8e1e9 commit 5566dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if [ '${{matrix.os.runner}}' == 'ubuntu-latest' ]; then
sudo apt-get install -y libsodium-dev
fi
pkg-config --libs --modversion sodium || true
pkg-config --print-errors --libs --exists libsodium || true
- name: "Build"
shell: bash
run: |
Expand Down

0 comments on commit 5566dd1

Please sign in to comment.