From fa1d450d6531b8fcbdf6d3613bdb86fe03f4f032 Mon Sep 17 00:00:00 2001 From: Stepanov Igor Date: Sun, 22 Dec 2024 03:50:59 +0300 Subject: [PATCH] Return latest ninja and cmake installing --- .github/workflows/windows-clang.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows-clang.yml b/.github/workflows/windows-clang.yml index 7fd47c39..55b940e5 100644 --- a/.github/workflows/windows-clang.yml +++ b/.github/workflows/windows-clang.yml @@ -22,6 +22,9 @@ jobs: with: submodules: 'true' + - name: Install latest cmake and ninja + uses: lukka/get-cmake@latest + - name: Bootstrap vcpkg shell: pwsh run: |