Skip to content

Commit 7bf4a43

Browse files
committed
fixup! .github/workflows/ci.yml: test Windows on ARM.
1 parent c6a5b5f commit 7bf4a43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
lscpu 2>/dev/null && echo --- || true
4242
sysctl hw 2>/dev/null && echo --- || true
4343
env | sort
44-
echo ---
45-
set
4644
4745
- name: Install Rust
4846
if: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' }}
@@ -134,7 +132,7 @@ jobs:
134132
cargo test --no-run --release --target=aarch64-apple-ios
135133
cargo clean -p blst --release --target=aarch64-apple-ios
136134
echo
137-
elif [ $OSTYPE = "msys" -a $RUNNER_ARCH = "X64" ]; then
135+
elif [ $RUNNER_OS = "Windows" -a $RUNNER_ARCH = "X64" ]; then
138136
if which clang-cl > /dev/null 2>&1; then
139137
echo '-- test i686-pc-windows-msvc'
140138
echo

0 commit comments

Comments
 (0)