Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Feb 21, 2024
1 parent 8ce8b2e commit 81fb0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: build-test-arm
run: |
arm-linux-gnueabi-gcc -march=armv7-a main.c -o ruapu-arm
# qemu-arm-static -L /usr/arm-linux-gnueabi ./ruapu-arm
arm-linux-gnueabi-gcc -march=armv7-a -marm main.c -o ruapu-arm
qemu-arm-static -L /usr/arm-linux-gnueabi ./ruapu-arm
- name: build-test-aarch64
run: |
Expand Down

0 comments on commit 81fb0fd

Please sign in to comment.