Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Apr 2, 2024
1 parent 26a4a85 commit 2336afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
channels: conda-forge
miniconda-version: latest
- name: Prepare
run: conda install anaconda-client conda-build=24.1.2 conda-verify
run: conda install anaconda-client conda-build=24.1.2 conda-verify py-lief=0.12.3
- name: Build and Upload
run: |
if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
Expand Down

0 comments on commit 2336afe

Please sign in to comment.