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 e2d1ca3 commit e5931c2Copy full SHA for e5931c2
build_miniforge_osx.sh
@@ -16,6 +16,6 @@ export CONSTRUCT_ROOT=$PWD
16
mkdir -p build
17
18
bash scripts/build.sh
19
-if [[ "$ARCH" != "$(uname -m)" ]]; then
+if [[ "$ARCH" == "$(uname -m)" ]]; then
20
bash scripts/test.sh
21
fi
0 commit comments