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 c371465 commit a0a58ebCopy full SHA for a0a58eb
utils/webassembly/macos/install-dependencies.sh
@@ -4,14 +4,14 @@ set -ex
4
5
if [[ ! -z "$CI" ]]; then
6
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
13
fi
14
+brew install cmake ninja llvm sccache
+
+# Install latest wasmer
+if [ ! -e ~/.wasmer/bin/wasmer ]; then
+ curl https://get.wasmer.io -sSfL | sh
+fi
15
16
SOURCE_PATH="$(cd "$(dirname $0)/../../../../" && pwd)"
17
SWIFT_PATH=$SOURCE_PATH/swift
0 commit comments