Skip to content

Commit

Permalink
Update ccache cache in branches
Browse files Browse the repository at this point in the history
  • Loading branch information
captainurist committed Nov 16, 2024
1 parent 92be04a commit 71a3c65
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: 'android-${{matrix.configuration}}-${{matrix.architecture}}'
save: ${{ github.ref == 'refs/heads/master' || inputs.releaseTag != '' }}
verbose: 2
max-size: ${{ fromJson('["200M", "600M"]')[matrix.architecture == 'universal'] }}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: 'linux-flatpak-${{matrix.configuration}}-${{matrix.architecture}}'
save: ${{ github.ref == 'refs/heads/master' || inputs.releaseTag != '' }}
verbose: 2
max-size: 200M

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: 'linux-${{matrix.configuration}}-${{matrix.architecture}}'
save: ${{ github.ref == 'refs/heads/master' || inputs.releaseTag != '' }}
verbose: 2
max-size: 200M

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: 'macos-${{matrix.configuration}}-${{matrix.architecture}}'
save: ${{ github.ref == 'refs/heads/master' || inputs.releaseTag != '' }}
verbose: 2
max-size: 200M

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.14
with:
key: 'windows-${{matrix.configuration}}-${{matrix.architecture}}'
save: ${{ github.ref == 'refs/heads/master' || inputs.releaseTag != '' }}
verbose: 2
max-size: 200M

Expand Down

0 comments on commit 71a3c65

Please sign in to comment.