Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Dec 22, 2023
1 parent e97bb03 commit 3c22d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
- name: Configure and compile examples
run: |
micromamba activate uammd
export CC=/home/runner/micromamba/envs/uammd/bin/x86_64-conda-linux-gnu-cc
export CXX=/home/runner/micromamba/envs/uammd/bin/x86_64-conda-linux-gnu-c++
mkdir examples/build && cd examples/build
cmake -DCMAKE_VERBOSE_MAKEFILE=yes ..
make -j3
Expand Down

0 comments on commit 3c22d95

Please sign in to comment.