From 248741ddbcbe1b1927e3c8af430390fae8e5aa9c Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Fri, 12 May 2023 02:39:45 -0400 Subject: [PATCH] Consistancy for GHA scripts --- .github/workflows/codeql.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 107755af6..69c877776 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -129,8 +129,8 @@ jobs: -D STATIC_BUILD=${{ matrix.ui.static }} - name: Build - run: cmake --build build - + run: | + cmake --build build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 @@ -212,7 +212,8 @@ jobs: -D QT=${{ matrix.ui.qt }} - name: Build - run: cmake --build build + run: | + cmake --build build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 @@ -290,7 +291,8 @@ jobs: -D OpenAL_ROOT=$(brew --prefix openal-soft) - name: Build - run: cmake --build build + run: | + cmake --build build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2