We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a5b5f commit 7bf4a43Copy full SHA for 7bf4a43
.github/workflows/ci.yml
@@ -41,8 +41,6 @@ jobs:
41
lscpu 2>/dev/null && echo --- || true
42
sysctl hw 2>/dev/null && echo --- || true
43
env | sort
44
- echo ---
45
- set
46
47
- name: Install Rust
48
if: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' }}
@@ -134,7 +132,7 @@ jobs:
134
132
cargo test --no-run --release --target=aarch64-apple-ios
135
133
cargo clean -p blst --release --target=aarch64-apple-ios
136
echo
137
- elif [ $OSTYPE = "msys" -a $RUNNER_ARCH = "X64" ]; then
+ elif [ $RUNNER_OS = "Windows" -a $RUNNER_ARCH = "X64" ]; then
138
if which clang-cl > /dev/null 2>&1; then
139
echo '-- test i686-pc-windows-msvc'
140
0 commit comments