Skip to content

Commit

Permalink
fix: update to setup-cmake 2.0.1 because of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Mar 8, 2024
1 parent 19c8fa6 commit 9ce39f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: 1.11.0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0.1
with:
cmake-version: 3.21.x

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
version: 1.11.0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0.1
with:
cmake-version: 3.21.x

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
version: 1.11.0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0.1
with:
cmake-version: 3.21.x

Expand Down

0 comments on commit 9ce39f8

Please sign in to comment.