Skip to content

Commit

Permalink
win-gcc cache : setup mingw only if cache missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Okkoma committed Nov 14, 2024
1 parent b6ca2e5 commit 3b7ecb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
with:
version: 12.2.0
platform: x64
if: steps.cache-mingw.outputs.cache-hit != 'true'
- name: CMake
run: rake cmake
- name: Build
Expand Down

0 comments on commit 3b7ecb9

Please sign in to comment.