Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get modern CMake and Ninja
uses: "lukka/get-cmake@v4.0.3"
uses: "lukka/get-cmake@v4.1.1"

# Do this before building aar since it affects the version
- name: Touch SNAPSHOT marker file
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- name: "Get modern CMake and Ninja"
uses: "lukka/get-cmake@v4.0.3"
uses: "lukka/get-cmake@v4.1.1"
- name: "set up JDK"
uses: "actions/setup-java@v4"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Get modern CMake and Ninja"
uses: "lukka/get-cmake@v4.0.3"
uses: "lukka/get-cmake@v4.1.1"
- name: Prepare Vulkan SDK
uses: humbletim/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc-build-preset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: "${{ github.event.release && '0' || '1'}}"

- name: Get modern CMake and Ninja
uses: lukka/get-cmake@v4.0.3
uses: lukka/get-cmake@v4.1.1

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down
Loading