Skip to content

Commit

Permalink
Github Actions: Enforce a cache miss on Windows job
Browse files Browse the repository at this point in the history
Workaround discuted in msys2/setup-msys2#99.
  • Loading branch information
Mary committed Dec 30, 2020
1 parent 2180a8f commit d510f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
mingw-w64-${{ matrix.arch }}-openssl
mingw-w64-${{ matrix.arch }}-polly
mingw-w64-${{ matrix.arch }}-python
mingw-w64-${{ matrix.arch }}-freetype
mingw-w64-${{ matrix.arch }}-dlfcn
mingw-w64-${{ matrix.arch }}-freetype
- name: ✋ Build
run: |
Expand Down

0 comments on commit d510f8c

Please sign in to comment.