Skip to content

Commit

Permalink
cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Apr 8, 2024
1 parent 34f5760 commit dce5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if: ${{ contains(matrix.os, 'macos') }}
run: |
brew install openssl &&
sudo mkdir -p ./openssl/${{ matrix.os }} &&
sudo mkdir -p ./openssl/${{ matrix.os }}/include/openssl/ ./openssl/${{ matrix.os }}/lib/&&
sudo cp -RP $(brew --prefix openssl@3)/include/openssl/ ./openssl/${{ matrix.os }}/include/openssl/ &&
sudo cp -RP $(brew --prefix openssl@3)/lib/libcrypto.a ./openssl/${{ matrix.os }}/lib/
Expand Down

0 comments on commit dce5fc5

Please sign in to comment.