Skip to content

Commit

Permalink
fix: Resolved the issue of skipping Deps dependent downloads under CI…
Browse files Browse the repository at this point in the history
… for Macos (#1773)

* just test

* fix Macos CI
  • Loading branch information
Mixficsol authored Jul 20, 2023
1 parent 6ac7b7f commit 5e8bf5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ jobs:
key: ${{ runner.os }}-dependencies

- name: install Deps
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
run: |
brew update
brew install autoconf protobuf python llvm wget git
Expand Down

0 comments on commit 5e8bf5b

Please sign in to comment.