Skip to content

Commit

Permalink
fixci
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Nov 5, 2024
1 parent f59c753 commit 04d5d0e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ jobs:
with:
key: ubuntu-latest

- name: Uninstall Existing zlib
run: |
# Uninstall existing zlib to avoid conflicts
brew uninstall --ignore-dependencies zlib || true
- name: Reinstall New zlib
run: |
# Install new zlib version
brew install zlib
# Verify installation and path
brew link --force zlib
- name: Install Deps
run: |
sudo apt-get update
Expand Down Expand Up @@ -184,6 +172,18 @@ jobs:
with:
key: macos-13

- name: Uninstall Existing zlib
run: |
# Uninstall existing zlib to avoid conflicts
brew uninstall --ignore-dependencies zlib || true
- name: Reinstall New zlib
run: |
# Install new zlib version
brew install zlib
# Verify installation and path
brew link --force zlib
- name: Install Deps
run: |
brew update
Expand Down

0 comments on commit 04d5d0e

Please sign in to comment.