Skip to content

Commit 3a978fd

Browse files
committed
ci: fix cmake version
1 parent 9617178 commit 3a978fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: bash -l {0}
4747
run: |
4848
conda activate eigenpy
49-
conda install cmake -c main
49+
conda install cmake -c conda-forge
5050
conda list
5151
5252
- name: Build EigenPy

0 commit comments

Comments
 (0)