Skip to content

Commit 6249944

Browse files
authored
Merge pull request #232 from radarhere/qemu
Use action to setup qemu
2 parents 2b49b15 + cc09586 commit 6249944

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060

6161
- name: Set up QEMU
6262
if: "matrix.qemu-arch"
63-
run: |
64-
docker run --rm --privileged aptman/qus -s -- -p ${{ matrix.qemu-arch }}
63+
uses: docker/setup-qemu-action@v3
64+
with:
65+
platforms: ${{ matrix.qemu-arch }}
6566

6667
- name: Prepare build
6768
run: |

0 commit comments

Comments
 (0)