Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ComixHe authored Mar 21, 2024
2 parents 7300364 + 2f8e8cf commit 39fe065
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
permissions:
checks: write
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
Expand All @@ -25,9 +26,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ matrix.cxx }}-${{ matrix.type }}
# - uses: hendrikmuhs/ccache-action@v1.2
# with:
# key: ${{ matrix.cxx }}-${{ matrix.type }}
- name: Cache CPM.cmake Source
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 39fe065

Please sign in to comment.