We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d90ac3 commit 8c87d29Copy full SHA for 8c87d29
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
systemtap-sdt-dev tzdata rsync
25
26
./utils/update-checkout --clone --scheme wasm
27
+ git checkout $GITHUB_SHA
28
export sourcedir=$PWD/..
29
cd $sourcedir
30
@@ -75,6 +76,7 @@ jobs:
75
76
run: |
77
brew install cmake ninja
78
79
80
81
82
wget -O wasi-sdk.tar.gz https://github.com/swiftwasm/wasi-sdk/releases/download/20190421.6/wasi-sdk-3.19gefb17cb478f9.m-linux.tar.gz
0 commit comments