We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d330daa commit 5270be9Copy full SHA for 5270be9
.github/workflows/android.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- name: Get modern CMake and Ninja
28
- uses: "lukka/get-cmake@v3.29.5"
+ uses: "lukka/get-cmake@v3.30.1"
29
30
# Do this before building aar since it affects the version
31
- name: Touch SNAPSHOT marker file
@@ -47,7 +47,7 @@ jobs:
47
48
- uses: "actions/checkout@v4"
49
- name: "Get modern CMake and Ninja"
50
51
- name: "set up JDK 11"
52
uses: "actions/setup-java@v4"
53
with:
.github/workflows/msvc-build-preset.yml
@@ -34,7 +34,7 @@ jobs:
34
lfs: true
35
36
37
- uses: lukka/get-cmake@v3.29.5
+ uses: lukka/get-cmake@v3.30.1
38
39
- name: Add msbuild to PATH
40
uses: microsoft/setup-msbuild@v2
0 commit comments