diff --git a/.github/workflows/macos-codeql.yml b/.github/workflows/macos-codeql.yml index c78d464..f57f111 100644 --- a/.github/workflows/macos-codeql.yml +++ b/.github/workflows/macos-codeql.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c7939f5..adf0898 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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