Skip to content

Commit

Permalink
ci: export openssl_dir in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 21, 2024
1 parent 0431c1e commit 8a86dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- target: x86_64-apple-darwin
runner: macos-latest
archive: tar.gz
bootstrap: echo 'OPENSSL_DIR=$(brew --prefix openssl@3)' >> $GITHUB_ENV
bootstrap: echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
- target: aarch64-apple-darwin
runner: macos-latest
archive: tar.gz
bootstrap: echo 'OPENSSL_DIR=$(brew --prefix openssl@3)' >> $GITHUB_ENV
bootstrap: echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV

- target: x86_64-pc-windows-msvc
runner: windows-latest
Expand Down

0 comments on commit 8a86dd0

Please sign in to comment.