Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Feb 25, 2024
1 parent fd48709 commit 2318d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Oldest supported versions
- name: Linux (CUDA 10.2)
cuda: "10.2"
cuda: "10.*"
gcc: "7.*"
cuda12: 'false'

Expand Down Expand Up @@ -111,6 +111,6 @@ jobs:
make install
echo "#include<uammd.cuh>" > test.cu
echo "int main(){return 0;}" >> test.cu
nvcc -std=c++14 -I$CONDA_PREFIX/include/uammd -I$CONDA_PREFIX/include/uammd/third_party test.cu -o /tmp/test
nvcc -std=c++14 -I"${CONDA_PREFIX}/include/uammd" -I"${CONDA_PREFIX}/include/uammd/third_party" test.cu -o /tmp/test

0 comments on commit 2318d4e

Please sign in to comment.