Skip to content

Commit

Permalink
fix openssl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jun 28, 2024
1 parent 9edcb8d commit cf62bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-wasix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
git clone https://github.com/wasix-org/openssl ${{ env.OPENSSL_DIR }}
cd ${{ env.OPENSSL_DIR }}
./wasix.sh
mkdir -p lib
cp libcrypto.a lib/libcrypto.a
cp libssl.a lib/libssl.a
- name: "Compile zlib"
run: |
git clone https://github.com/wasix-org/zlib ${{ env.ZLIB_DIR }}
Expand Down

0 comments on commit cf62bbd

Please sign in to comment.