Skip to content

Commit 9ef17de

Browse files
committed
Remove dependency on lukka/get-cmake
1 parent f0ea81d commit 9ef17de

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,7 @@ jobs:
331331
git checkout FETCH_HEAD
332332
git submodule update --init --recursive
333333
334-
# lukka/get-cmake uses Node... avoid using it.
335-
- name: "setup: cmake & ninja"
336-
uses: lukka/get-cmake@v3.25.2 # workaround for node 20 issue
337-
with:
338-
cmakeVersion: "${{ env.CMAKE_VERSION }}"
334+
# lukka/get-cmake uses Node, but cmake is already installed.
339335

340336
- name: "setup: rust"
341337
run: |

0 commit comments

Comments
 (0)