Skip to content

Commit

Permalink
update the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 11, 2024
1 parent 96c33f0 commit c5f22ce
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 @@ -72,7 +72,7 @@ jobs:
- name: Build binary
env:
OPENSSL_DIR: ${{ env.OPENSSL_DIR }} # Set for macOS to locate OpenSSL
OPENSSL_DIR: ${{ env.OPENSSL_DIR }} # Set for all platforms to locate OpenSSL
run: |
if [ "${{ matrix.target }}" = "x86_64-apple-darwin" ]; then
cargo build --release --target ${{ matrix.target }};
Expand Down

0 comments on commit c5f22ce

Please sign in to comment.