Skip to content

Commit

Permalink
install libcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 26, 2024
1 parent 1bd5e57 commit 3b16fff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/conda_build.yml
Expand Up @@ -24,6 +24,12 @@ jobs:
conda-solver: libmamba
auto-activate-base: true
activate-environment: ""
- name: Ubuntu - Install libcrypt
if: runner.os == 'Linux'
run: sudo apt-get install libcrypt1
- name: MacOS - Install libcrypt
if: runner.os == 'macOS'
run: brew install libgcrypt
- name: Install Build Tools
run: conda install anaconda-client conda-build
- name: Configure Auto-Upload
Expand Down

0 comments on commit 3b16fff

Please sign in to comment.