Skip to content

Commit 1a4c09d

Browse files
Dont run in qemu
1 parent ec92191 commit 1a4c09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
make test-ci
114114
- name: Run tests
115115
if: matrix.arch == 'aarch64' && matrix.platform == 'linux'
116-
env:
117-
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUNNER: qemu-aarch64
116+
# env:
117+
# CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUNNER: qemu-aarch64
118118
run: |
119119
sudo apt-get install -y \
120120
libc6-arm64-cross \

0 commit comments

Comments
 (0)