Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yskszk63 committed Jun 23, 2024
1 parent 93eec49 commit 9abb3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y --no-install-recommends curl ca-certificates patch make
wasi_sdk_url='https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$WAS_SDK_VERSION/wasi-sdk-$WAS_SDK_VERSION_FULL-linux.tar.gz'
wasi_sdk_url="https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-$WAS_SDK_VERSION/wasi-sdk-$WAS_SDK_VERSION_FULL-linux.tar.gz"
sudo curl -L $wasi_sdk_url|tar zxf - -C /opt
sudo mv /opt/wasi-sdk-$WAS_SDK_VERSION_FULL /opt/wasi-sdk
echo "/opt/wasi-sdk/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 9abb3e6

Please sign in to comment.