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 40fa885 commit 5860491Copy full SHA for 5860491
scripts/configure_paths.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [[ ${ARCH} != "X64" && ! ( (${OS} == "macOS" && ${ARCH} == "ARM64") || (${OS} == "Linux" && ${ARCH} == "ARM64") ) ]]; then
+if [[ ${ARCH} != "X64" && ! (${ARCH} == "ARM64" && (${OS} == "macOS" || ${OS} == "Linux")) ]]; then
4
echo "::error::Architecture '${ARCH}' is unsupported by build-wrapper"
5
exit 1
6
fi
0 commit comments