We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79639de commit bde9c9bCopy full SHA for bde9c9b
.github/workflows/windows-msys2.yml
@@ -41,15 +41,6 @@ jobs:
41
git config --global --add safe.directory ${{ github.workspace }}
42
43
- uses: actions/checkout@v4
44
- - name: Cache msys2 packages
45
- id: cache-msys2
46
- uses: actions/cache@v4
47
- env:
48
- cache-name: cache-msys2-packages
49
- with:
50
- path: C:\msys2-packages
51
- key: "${{ runner.os }}-build-${{ env.cache-name }}"
52
-
53
- name: Cache pool
54
id: cache-msys2-pool
55
uses: actions/cache@v4
0 commit comments