Skip to content

Commit

Permalink
FIXME: qemu-system-loongarch64: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 12, 2025
1 parent d26c47d commit 57936d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
run: make BIN=riscv64-qemu run
- name: "[aarch64] make run"
run: make BIN=aarch64-qemu run
# It takes 20 minutes to succeed.
# - name: "[x86_64] make run"
# run: make BIN=x86_64-qemu run
# FIXME: qemu-system-loongarch64: command not found
- name: "[loongarch64] make run"
run: make BIN=loongarch64-qemu run

Expand Down

0 comments on commit 57936d3

Please sign in to comment.