Skip to content

Commit 8c87d29

Browse files
[WASM] Checkout branch after checking out Swift repos
1 parent 8d90ac3 commit 8c87d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
systemtap-sdt-dev tzdata rsync
2525
2626
./utils/update-checkout --clone --scheme wasm
27+
git checkout $GITHUB_SHA
2728
export sourcedir=$PWD/..
2829
cd $sourcedir
2930
@@ -75,6 +76,7 @@ jobs:
7576
run: |
7677
brew install cmake ninja
7778
./utils/update-checkout --clone --scheme wasm
79+
git checkout $GITHUB_SHA
7880
export sourcedir=$PWD/..
7981
cd $sourcedir
8082
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

Comments
 (0)