Skip to content

Commit bf3c146

Browse files
committed
build: replace qus with setup-qemu-action
Replace the outdated dbhi/qus/action@mainwith a more current alternative for QEMU user-mode emulation setup. Signed-off-by: Daniel Wagner <[email protected]>
1 parent ceaa310 commit bf3c146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v5
6969
- name: enable foreign arch
70-
uses: dbhi/qus/action@main
70+
uses: docker/setup-qemu-action@v3
7171
- name: Login to GitHub Container Registry
7272
uses: docker/login-action@v3
7373
with:

0 commit comments

Comments
 (0)