-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump lukka/get-cmake from 3.30.2 to 3.30.4
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.2 to 3.30.4. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@v3.30.2...v3.30.4) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
dfe3ad6
commit 835fdb1
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Get modern CMake and Ninja | ||
uses: "lukka/[email protected].3" | ||
uses: "lukka/[email protected].4" | ||
|
||
# Do this before building aar since it affects the version | ||
- name: Touch SNAPSHOT marker file | ||
|
@@ -47,7 +47,7 @@ jobs: | |
steps: | ||
- uses: "actions/checkout@v4" | ||
- name: "Get modern CMake and Ninja" | ||
uses: "lukka/[email protected].3" | ||
uses: "lukka/[email protected].4" | ||
- name: "set up JDK 11" | ||
uses: "actions/setup-java@v4" | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: "Get modern CMake and Ninja" | ||
uses: "lukka/[email protected].2" | ||
uses: "lukka/[email protected].4" | ||
- name: Prepare Vulkan SDK | ||
uses: humbletim/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
lfs: true | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/[email protected].3 | ||
uses: lukka/[email protected].4 | ||
|
||
- name: Add msbuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|