Skip to content

Commit a82b34f

Browse files
jpr42charles-lunarg
authored andcommitted
Utilize pre-installed Ninja
Ninja is now available by default on the runner images: actions/runner-images#11391 Only utilize lukka/get-cmake for testing an older CMake version.
1 parent 7b6539f commit a82b34f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ jobs:
253253
- uses: actions/setup-python@v5
254254
with:
255255
python-version: '3.11'
256-
- uses: lukka/get-cmake@latest
257256
- run: |
258257
cmake -S. -B build \
259258
-D CMAKE_BUILD_TYPE=${{matrix.config}} \
@@ -283,7 +282,6 @@ jobs:
283282
- uses: actions/setup-python@v5
284283
with:
285284
python-version: '3.11'
286-
- uses: lukka/get-cmake@latest
287285
- run: |
288286
cmake -S . -B build \
289287
-D CMAKE_SYSTEM_NAME=${{ matrix.CMAKE_SYSTEM_NAME }} \
@@ -317,7 +315,6 @@ jobs:
317315
- uses: actions/setup-python@v5
318316
with:
319317
python-version: '3.11'
320-
- uses: lukka/get-cmake@latest
321318
- run: |
322319
cmake -S. -B build \
323320
-D CMAKE_BUILD_TYPE=Release \
@@ -357,7 +354,6 @@ jobs:
357354
- uses: actions/setup-python@v5
358355
with:
359356
python-version: '3.11'
360-
- uses: lukka/get-cmake@latest
361357
- name: Setup uasm
362358
run: |
363359
C:/msys64/usr/bin/pacman -Sy --noconfirm --needed mingw-w64-x86_64-uasm
@@ -385,7 +381,6 @@ jobs:
385381
- uses: actions/setup-python@v5
386382
with:
387383
python-version: '3.11'
388-
- uses: lukka/get-cmake@latest
389384
- run: |
390385
cmake -S. -B build \
391386
-D UPDATE_DEPS=ON \
@@ -408,7 +403,6 @@ jobs:
408403
- uses: actions/setup-python@v5
409404
with:
410405
python-version: '3.11'
411-
- uses: lukka/get-cmake@latest
412406
# Make sure this doesn't fail even without explicitly setting '-D USE_MASM=OFF' and without uasm
413407
- run: |
414408
cmake -S. -B build \
@@ -428,7 +422,6 @@ jobs:
428422
shell: bash
429423
steps:
430424
- uses: actions/checkout@v4
431-
- uses: lukka/get-cmake@latest
432425
- run: |
433426
cmake -S. -B build \
434427
-D UPDATE_DEPS=ON \

.github/workflows/codeql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
if: matrix.language == 'cpp'
7575
with:
7676
python-version: '3.11'
77-
- uses: lukka/get-cmake@latest
78-
if: matrix.language == 'cpp'
79-
with:
80-
cmakeVersion: 3.22.1
8177
- name: Install Dependencies
8278
if: matrix.language == 'cpp'
8379
run: |

0 commit comments

Comments
 (0)