mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Add googletest step to codeql workflow
This commit is contained in:
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user