From 15c0cd30f04c0f1ec33cf481857b4e08a2e37f1d Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 19 Feb 2024 22:38:29 +0100 Subject: [PATCH] Add googletest step to codeql workflow --- .github/workflows/codeql.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f5e86f8..02db0e0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -53,7 +53,12 @@ jobs: # Install cuda toolkit - name: cuda-toolkit - uses: Jimver/cuda-toolkit@v0.2.14 + uses: Jimver/cuda-toolkit@v0.2.14 + + - name: googletest + uses: Bacondish2023/setup-googletest@v1 + with: + tag: v1.14.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL