Unverified Commit 136721a8 authored by Rickard's avatar Rickard Committed by GitHub
Browse files

Skip checkout nvidia cub (#1053)

parent 88ab6303
......@@ -44,13 +44,6 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
if: ${{ startsWith(matrix.os, 'windows') }}
# Check out dependencies code
- uses: actions/checkout@v4
name: Check out NVidia cub
with:
repository: nvidia/cub
ref: 1.11.0
path: dependencies/cub
# Compile C++ code
- name: Build C++
shell: bash
......@@ -117,13 +110,6 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
if: ${{ startsWith(matrix.os, 'windows') }}
# Check out dependencies code
- uses: actions/checkout@v4
name: Check out NVidia cub
with:
repository: nvidia/cub
ref: 1.11.0
path: dependencies/cub
# Compile C++ code
- name: Build C++
shell: bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment