Skip to content

Commit

Permalink
Update qt6_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Jan 27, 2025
1 parent 009d6f6 commit 9ab38f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qt6_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
persist-credentials: false

- name: Host - set up qemu-user-static binfmt-support from lunar
run: apt install -t lunar libpipeline1 qemu-user-static binfmt-support
run: sudo apt install -t lunar libpipeline1 qemu-user-static binfmt-support

- name: Host - Create docker multiarch ${{ matrix.arch }} container
run: docker run --name multiarch -it -d -v ${{ github.workspace }}:/home/github ghcr.io/userdocs/dcb:${{ matrix.os_id }}-${{ matrix.os_codename }}-${{ matrix.arch }}
Expand Down

0 comments on commit 9ab38f5

Please sign in to comment.