Skip to content

Commit

Permalink
fix: github actions publishing mac m1
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jan 26, 2024
1 parent 8499c4c commit 4fca81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v3
# 26/01/2024 - need to configure open-ssl on mac, othwerwise cargo-dist will complain. Following this code as a workaround https://github.com/dotnet/runtime/issues/49827#issuecomment-809081192
- name: Setup OpenSSL (macOS)
if: matrix.operatingSystem == 'macOS-latest'
if: matrix.operatingSystem == 'macos-latest'
run: |
ln -s /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib /usr/local/lib/libssl.1.1.dylib
ln -s /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib /usr/local/lib/libcrypto.1.1.dylib
Expand Down

0 comments on commit 4fca81b

Please sign in to comment.