Add googletest step to codeql workflow

This commit is contained in:
2024-02-19 22:38:29 +01:00
parent dbc206d18c
commit 15c0cd30f0

View File

@@ -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