From ddf197f2701110991bdc0ac721e296c42cc39871 Mon Sep 17 00:00:00 2001 From: Peter Goodman Date: Fri, 2 Aug 2024 12:15:14 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e74e721bc..8830c725b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,7 @@ jobs: - name: Use LLVM run: clang --version - - - name: Install ninja-build tool - uses: trail-of-forks/gha-setup-ninja@master - + - name: Install CMake uses: trail-of-forks/actions-setup-cmake@master with: @@ -80,6 +77,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build + uses: trail-of-forks/gha-setup-ninja@master run: | CXXFLAGS="-g0" \