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 99d4098 commit 0c10c84Copy full SHA for 0c10c84
ci/run_bazel_test.sh
@@ -22,7 +22,7 @@ if [[ $JAXCI_RUN_BAZEL_TEST_CPU == 1 ]]; then
22
os=$(uname -s | awk '{print tolower($0)}')
23
arch=$(uname -m)
24
25
- if [[ $os ~= "msys" ]]; then
+ if [[ $os =~ "msys" ]]; then
26
os="windows"
27
fi
28
0 commit comments