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:
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@@ -53,7 +53,12 @@ jobs:
|
|||||||
|
|
||||||
# Install cuda toolkit
|
# Install cuda toolkit
|
||||||
- name: 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.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|||||||
Reference in New Issue
Block a user