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

@@ -55,6 +55,11 @@ jobs:
- name: cuda-toolkit
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
uses: github/codeql-action/init@v3