Skip to content

Commit

Permalink
ensure cmake version discovery works (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Aug 18, 2023
1 parent 6898022 commit 790863c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
# only focal-20.04 has >= 2.18, which is required by actions/checkout to clone
# which enables cmake version discovery. remove this step when openziti:ziti-builder
# is upgraded to a version that contains git 2.18+
- name: install contemporary Git if Ubuntu
if: ${{ matrix.distro.name == 'ubuntu' }}
- name: install contemporary Git if using ziti-builder
if: ${{ startsWith(matrix.container, 'openziti/ziti-builder') }}
run: |
apt -y update
apt-get -y install software-properties-common
Expand Down

0 comments on commit 790863c

Please sign in to comment.