File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4040 channel-priority : strict
4141 miniforge-version : latest
4242 use-mamba : true
43- mamba-version : " 1.5.10"
43+ # mamba-version: "1.5.10"
4444 conda-remove-defaults : true
4545 - name : Install conda-build
4646 run : |
Original file line number Diff line number Diff line change @@ -170,16 +170,22 @@ jobs:
170170 - name : Install doxgen on unix systems
171171 if : matrix.os != 'windows-latest'
172172 run : |
173+ conda clean --all
174+ mamba clean --all
173175 mamba install doxygen>=1.9.2 graphviz -y
174176 - name : Install compilers using conda on Linux/Mac
175177 if : matrix.os != 'windows-latest' && matrix.with-valgrind != true
176178 run : |
179+ conda clean --all
180+ mamba clean --all
177181 mamba install c-compiler cxx-compiler
178182 - name : Install valgrind on unix systems (and required debug symbols)
179183 if : matrix.os != 'windows-latest' && matrix.with-valgrind == true
180184 run : |
181185 sudo apt-get update
182186 sudo apt-get install libc6-dbg
187+ conda clean --all
188+ mamba clean --all
183189 mamba install valgrind
184190
185191 # ##################################
Original file line number Diff line number Diff line change 3737 - test -f $PREFIX/lib/libEPhotosynthesis$SHLIB_EXT # [unix]
3838 - test -f $PREFIX/include/ePhotosynthesis/ePhotosynthesis.hpp # [unix]
3939 - test -f $PREFIX/bin/ePhoto # [unix]
40- - if not exist %LIBRARY_LIB%\\libEPhotosynthesis.dll exit 1 # [win]
40+ - if not exist %LIBRARY_LIB%\\EPhotosynthesis.lib exit 1 # [win]
41+ - if not exist %LIBRARY_BIN%\\EPhotosynthesis.dll exit 1 # [win]
4142 - if not exist %LIBRARY_INC%\\ePhotosynthesis\\ePhotosynthesis.hpp exit 1 # [win]
4243 - if not exist %LIBRARY_BIN%\\ePhoto.exe exit 1 # [win]
4344
You can’t perform that action at this time.
0 commit comments