Skip to content

Commit 6dddad3

Browse files
committed
lukka/get-cmake@latest
1 parent 5f3b9f9 commit 6dddad3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
- uses: actions/checkout@v4
172172
- name: Get latest CMake and ninja
173-
uses: lukka/get-cmake@v4.02
173+
uses: lukka/get-cmake@latest
174174
- name: cmake
175175
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
176176
- name: build
@@ -189,7 +189,7 @@ jobs:
189189
steps:
190190
- uses: actions/checkout@v4
191191
- name: Get latest CMake and ninja
192-
uses: lukka/get-cmake@v4.02
192+
uses: lukka/get-cmake@latest
193193
- name: cmake
194194
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
195195
- name: build
@@ -210,7 +210,7 @@ jobs:
210210
run: apt-get update ; apt-get install -y unzip git
211211
- uses: actions/checkout@v4
212212
- name: Get latest CMake and ninja
213-
uses: lukka/get-cmake@v4.02
213+
uses: lukka/get-cmake@latest
214214
- name: cmake
215215
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On
216216
- name: build
@@ -231,7 +231,7 @@ jobs:
231231
run: apt-get update ; apt-get install -y unzip git
232232
- uses: actions/checkout@v4
233233
- name: Get latest CMake and ninja
234-
uses: lukka/get-cmake@v4.02
234+
uses: lukka/get-cmake@latest
235235
- name: cmake
236236
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
237237
- name: build

0 commit comments

Comments
 (0)