Skip to content

Commit

Permalink
use cmake from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tukss committed Jun 21, 2024
1 parent d2e3ad8 commit c85bd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ jobs:
cd "$GITHUB_WORKSPACE"
[ ${{ matrix.os }} = macos-latest ] && export CC=/usr/bin/clang
echo foo: ${{ matrix.os }}
cmake -Bbuild
cmake --build build -j -t install
/Users/runner/miniconda3/envs/radev/bin/cmake -Bbuild
/Users/runner/miniconda3/envs/radev/bin/cmake --build build -j -t install
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dependencies:
- funcsigs=1.0
- vtk=9.0
- docopt=0.6
- cmake

0 comments on commit c85bd12

Please sign in to comment.