Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jul 14, 2024
1 parent cbd8753 commit 42914cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
brew install openssl
ls -l /opt/homebrew/opt/openssl@3/include
echo "LDFLAGS=\"-L/opt/homebrew/opt/openssl@3/lib\"" >> $GITHUB_ENV
echo "CPPFLAGS=\"-I/opt/homebrew/opt/openssl@3/include\"" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=\"/opt/homebrew/opt/openssl@3/lib/pkgconfig\"" >> $GITHUB_ENV
Expand All @@ -78,7 +79,9 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Install dependencies
run: opam install . --locked --deps-only --with-test --yes
run: |
env
opam install . --locked --deps-only --with-test --yes
- name: Build OSnap
run: opam exec -- dune build -p osnap --profile=release
Expand Down

0 comments on commit 42914cf

Please sign in to comment.