Skip to content

Commit

Permalink
fix(ci): backport test_net_mac_intel ci fix (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Oct 11, 2023
1 parent b298b9a commit 8841c4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/library_net_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
export DYLD_LIBRARY_PATH="/usr/local/opt/openssl@1.1/lib"
make test_net_mac_intel
else
make test_net
fi
make test_net

0 comments on commit 8841c4b

Please sign in to comment.