Skip to content

Commit

Permalink
fix libc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jun 28, 2024
1 parent 152c9c4 commit ed735d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-wasix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
tar --strip-components 1 --directory ${{ env.WASI_SDK_PATH }} --extract --gunzip
- name: "Install wasix-libc"
run: |
mkdir ${{ env.WASIX_SYSROOT }}
curl -s -S -L https://github.com/wasix-org/wasix-libc/releases/download/${{ env.WASIX_LIBC_TAG }}/sysroot.tar.gz | \
tar --strip-components 1 --directory ${{ env.WASIX_SYSROOT }} --extract --gunzip
- name: "Compile openssl"
Expand Down

0 comments on commit ed735d7

Please sign in to comment.