Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Mar 11, 2024
1 parent 2318d4e commit d3b57dd
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 d3b57dd

Please sign in to comment.