Skip to content

Commit

Permalink
Try the default ccache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 9, 2023
1 parent a3bf72d commit f9827c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,4 @@ runs:
- name: Set Up CCache
uses: hendrikmuhs/[email protected]
with:
key: ${{ inputs.ccache-cache-name }}

- name: Configure CCache
if: ${{ contains(inputs.runs-on, 'windows') }}
run: |
ccache -vv --set-config=cache_dir="${{ inputs.ccache-dir }}"
mkdir -p -v "${{ inputs.ccache-dir }}"
shell: msys2 {0}
key: ${{ inputs.ccache-cache-name }}
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
info-dir: info
lib-ext: dll
shell: msys2 {0}
ccache-dir: "$LOCALAPPDATA\\ccache"

macos:
name: macOS (Universal)
Expand Down

0 comments on commit f9827c4

Please sign in to comment.