Skip to content

Commit

Permalink
Merge branch 'RaulPPelaez:v2.x' into v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloPalaciosAlonso authored Mar 11, 2024
2 parents 8b3ffe9 + d3b57dd commit c19b632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
micromamba activate uammd
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=yes ..
cmake -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} ..
make install
echo "#include<uammd.cuh>" > test.cu
echo "int main(){return 0;}" >> test.cu
Expand Down

0 comments on commit c19b632

Please sign in to comment.