Skip to content

Commit

Permalink
Merge pull request #21 from chenyukang/yukang-fix-test-ckb
Browse files Browse the repository at this point in the history
add setup QEMU in test
  • Loading branch information
doitian authored Dec 12, 2023
2 parents 655b9ad + 763572c commit 547971c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
platform: linux/arm64

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Checkout CKB
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 547971c

Please sign in to comment.