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 (OpenAtomFoundation#1773)

* just test

* fix Macos CI
  • Loading branch information
Mixficsol authored Jul 20, 2023
1 parent c32c192 commit 713fb77
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 713fb77

Please sign in to comment.