Skip to content

Commit

Permalink
make cache make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 24, 2023
1 parent 3f10bcf commit 79d7d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup CCache
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.toolchain.version }}
key: ${{ github.job }}-gcc-${{ matrix.toolchain.version }}
max-size: 100M

- name: Configure CMake
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
build-osx:
name: Latest
build-macos:
name: MacOS Latest
runs-on: macos-latest

steps:
Expand Down

0 comments on commit 79d7d6d

Please sign in to comment.