Skip to content

Commit d872f22

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

6565
- name: Host - Bootstrap qemu
66-
uses: userdocs/actions/qemu@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
66+
uses: userdocs/actions/qemu@main # v1.0.2
6767
with:
6868
target_arch: ${{ matrix.arch }}
6969

7070
- name: Host - Bootstrap docker container
71-
uses: userdocs/actions/qbt_docker@749d0010d8abde6c8a8ffc720856de5e799bdfea # v1.0.2
71+
uses: userdocs/actions/qbt_docker@main # v1.0.2
7272
with:
7373
os_id: ghcr.io/userdocs/dcb
7474
os_version_id: ${{ matrix.os_id }}-${{ matrix.os_codename }}-${{ matrix.arch }}
@@ -80,7 +80,7 @@ jobs:
8080
run: printf '%s\n' "ninja_github_tag=$(git ls-remote -q -t --refs https://github.com/ninja-build/ninja.git | awk '/v/{sub("refs/tags/", ""); print $2 }' | awk '!/^$/' | sort -rV | head -n 1)" >> $GITHUB_ENV
8181

8282
- name: Host - Git clone cmake
83-
run: git clone --single-branch --branch ${cmake_github_tag} --shallow-submodules --recurse-submodules --depth 1 https://github.com/Kitware/CMake.git cmake
83+
run: git clone --single-branch --branch "${cmake_github_tag}" --shallow-submodules --recurse-submodules --depth=1 "https://github.com/Kitware/CMake.git" cmake
8484

8585
- name: Docker - Configure cmake
8686
run: docker exec -w "${wd}/cmake" "${container_name}" ./configure --parallel=$(nproc) --no-system-libs --enable-ccache --prefix="${wd}/build/${opt_dir_name}"

0 commit comments

Comments
 (0)