From 21ba9945fa764db1bd3db7692bdbaecd84c29561 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Sun, 29 Jan 2023 22:21:04 +0100 Subject: [PATCH] Dont download Ninja --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b716865..3738a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,6 @@ jobs: compiler: ${{ matrix.compiler }} vcvarsall: ${{ contains(matrix.os, 'windows')}} cmake: true - ninja: true vcpkg: true ccache: true clangtidy: ${{ env.CLANG_TIDY_VERSION }}