Skip to content

Commit

Permalink
Use jwlawson/actions-setup-cmake@v2 for installing CMake on Ubuntu-14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Nov 29, 2024
1 parent 1b17331 commit ee26685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: 'ubuntu-14.04: install cmake'
if: matrix.os == 'ubuntu-14.04'
uses: lukka/get-cmake@v3.24.2
uses: jwlawson/actions-setup-cmake@v2

- name: install cmake
if: matrix.os != 'ubuntu-14.04'
Expand Down Expand Up @@ -684,7 +684,7 @@ jobs:
- name: 'ubuntu-14.04: install cmake'
if: matrix.os == 'ubuntu-14.04'
uses: lukka/get-cmake@v3.24.2
uses: jwlawson/actions-setup-cmake@v2

- name: install cmake
if: matrix.os != 'ubuntu-14.04'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/build-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- name: 'ubuntu-14.04: install cmake'
if: matrix.os == 'ubuntu-14.04'
uses: lukka/get-cmake@v3.24.2
uses: jwlawson/actions-setup-cmake@v2

- name: install cmake
if: matrix.os != 'ubuntu-14.04'
Expand Down

0 comments on commit ee26685

Please sign in to comment.