Skip to content

Commit fed0ba0

Browse files
committed
Update cmake-ninja-crossbuild.yml
1 parent 52b59bf commit fed0ba0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/cmake-ninja-crossbuild.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ jobs:
6363
persist-credentials: false
6464

6565
- name: Host - Bootstrap qemu
66-
uses: userdocs/actions/qemu@e74d179578ddcf1cd07cd9eefd0915f33a3bd600 # v1.0.1
66+
uses: userdocs/actions/qemu@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
67+
with:
68+
target_arch: ${{ matrix.arch }}
6769

68-
- uses: userdocs/actions/qbt_docker@main
69-
id: qbt_docker
70+
- name: Host - Bootstrap docker container
71+
uses: userdocs/actions/qbt_docker@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
7072
with:
71-
os_id: ghcr.io/userdocs/dcb # this action works with ghcr.io/userdocs/* images and generic images like debian/ubuntu/alpine
73+
os_id: ghcr.io/userdocs/dcb
7274
os_version_id: ${{ matrix.os_id }}-${{ matrix.os_codename }}-${{ matrix.arch }}
7375

7476
- name: Host - cmake set cmake_github_tag

0 commit comments

Comments
 (0)