Skip to content

Commit 876ff55

Browse files
committed
ci: delete cuda architecture flag
1 parent e536f1b commit 876ff55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
31-
submodules: true
31+
submodules: recursive
3232
# - uses: actions/setup-python@v5
3333
# with:
3434
# python-version: '3.7'
@@ -48,7 +48,7 @@ jobs:
4848
echo "CUDACXX=/usr/local/cuda-${{ matrix.cuda }}/bin/nvcc" >> $GITHUB_ENV
4949
5050
- name: Configure CMake build
51-
run: cmake . -B ${{ env.build_dir }} -DCMAKE_BUILD_TYPE=${{ env.config }} -DCUBOOL_BUILD_TESTS=YES -D CMAKE_CUDA_ARCHITECTURES=native
51+
run: cmake . -B ${{ env.build_dir }} -DCMAKE_BUILD_TYPE=${{ env.config }} -DCUBOOL_BUILD_TESTS=YES
5252

5353
- name: Build library sources
5454
working-directory: ${{ env.build_dir }}

0 commit comments

Comments
 (0)