Skip to content

Commit a0a58eb

Browse files
Run non-destructive installation command on non-CI env
1 parent c371465 commit a0a58eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

utils/webassembly/macos/install-dependencies.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ set -ex
44

55
if [[ ! -z "$CI" ]]; then
66
brew uninstall $(brew list | grep python@2)
7-
brew install cmake ninja llvm sccache
8-
9-
# Install latest wasmer
10-
if [ ! -e ~/.wasmer/bin/wasmer ]; then
11-
curl https://get.wasmer.io -sSfL | sh
12-
fi
137
fi
148

9+
brew install cmake ninja llvm sccache
10+
11+
# Install latest wasmer
12+
if [ ! -e ~/.wasmer/bin/wasmer ]; then
13+
curl https://get.wasmer.io -sSfL | sh
14+
fi
1515

1616
SOURCE_PATH="$(cd "$(dirname $0)/../../../../" && pwd)"
1717
SWIFT_PATH=$SOURCE_PATH/swift

0 commit comments

Comments
 (0)