Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-doxygen-target
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored May 4, 2024
2 parents 41f9ff3 + 85cb2a1 commit c0c4074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

- name: Setup sccache (Windows)
# sccache v0.7.4
uses: hendrikmuhs/ccache-action@v1.2.12
uses: hendrikmuhs/ccache-action@v1.2.13
if: startsWith(matrix.os, 'windows')
with:
variant: sccache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Setup sccache
# sccache v0.7.4
uses: hendrikmuhs/ccache-action@v1.2.12
uses: hendrikmuhs/ccache-action@v1.2.13
with:
variant: sccache
# only save on the default (master) branch
Expand Down

0 comments on commit c0c4074

Please sign in to comment.