Skip to content

Commit

Permalink
msys2 ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 14, 2024
1 parent 0dfefd2 commit b9d13e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build_type: [Debug]

include:
- sys: { os: windows-latest, shell: bash, generator: Visual Studio 2022 }
- sys: { os: windows-latest, shell: bash, generator: Visual Studio 17 2022 }
compiler: { c: cl, cpp: cl }
- sys: { os: macos-latest, shell: bash, generator: Xcode }
compiler: { c: clang, cpp: clang++ }
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
install: >-
git
make
ccache
pacboy: >-
toolchain:p
cmake:p
Expand Down

0 comments on commit b9d13e2

Please sign in to comment.