Skip to content

Commit

Permalink
Remove dependency on lukka/get-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Sep 4, 2024
1 parent f0ea81d commit 9ef17de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,7 @@ jobs:
git checkout FETCH_HEAD
git submodule update --init --recursive
# lukka/get-cmake uses Node... avoid using it.
- name: "setup: cmake & ninja"
uses: lukka/[email protected] # workaround for node 20 issue
with:
cmakeVersion: "${{ env.CMAKE_VERSION }}"
# lukka/get-cmake uses Node, but cmake is already installed.

- name: "setup: rust"
run: |
Expand Down

0 comments on commit 9ef17de

Please sign in to comment.