Skip to content

Commit ec4a93e

Browse files
committed
install missing libcrypt dep
1 parent 6ae8b67 commit ec4a93e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/conda_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
conda-solver: libmamba
2525
auto-activate-base: true
2626
activate-environment: ""
27+
- name: Ubuntu - Install libcrypt
28+
if: runner.os == 'Linux'
29+
run: sudo apt-get install libcrypt1
30+
- name: MacOS - Install libcrypt
31+
if: runner.os == 'macOS'
32+
run: brew install libgcrypt
2733
- name: Install Build Tools
2834
run: conda install python anaconda-client conda-build
2935
- name: Configure Auto-Upload

0 commit comments

Comments
 (0)