Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhfu committed Jul 29, 2023
1 parent ccb1f41 commit 05bfd97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
if: matrix.os == 'macos-latest'
shell: bash -el {0}
run: |
conda install -y -c conda-forge libarchive
brew install libarchive
conda install -y -c conda-forge libarchive python-libarchive-c
${{ env.PREPARE_SCRIPT }}
${{ env.RUN_SCRIPT }}
Expand Down

0 comments on commit 05bfd97

Please sign in to comment.