Skip to content

Commit

Permalink
Log pkg-config path of libsodium in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jun 12, 2024
1 parent a35c384 commit 4ff832c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ jobs:
${{ matrix.os.runner }}-${{ runner.arch }}-
path: |
${{ steps.setup-haskell-cabal.outputs.stack-root }}
- name: Install libsodium
- name: "Install libsodium"
shell: bash
run: |
if [ '${{matrix.os.runner}}' == 'ubuntu-latest' ]; then
sudo apt-get install -y libsodium-dev
fi
pkg-config --path sodium || true
- name: "Build"
shell: bash
run: |
Expand Down

0 comments on commit 4ff832c

Please sign in to comment.