Skip to content

Commit

Permalink
Remove brew dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Apr 28, 2023
1 parent b956f80 commit 338d668
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/macos-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Cache Dependencies
id: cache-brew
uses: actions/cache@v3
env:
cache-name: cache-brew-packages
with:
path: $(brew --cache)
key: ${{env.cache-name}}

- name: Dependencies
run: |
brew install ninja
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Cache Dependencies
id: cache-brew
uses: actions/cache@v3
env:
cache-name: cache-brew-packages
with:
path: /usr/local
key: ${{env.cache-name}}

- name: Dependencies
run: |
brew install ninja
Expand Down

0 comments on commit 338d668

Please sign in to comment.