diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4316dbadf..757df46f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |