Skip to content

Commit bde9c9b

Browse files
committed
update msys2 workflow config
1 parent 79639de commit bde9c9b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/windows-msys2.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ jobs:
4141
git config --global --add safe.directory ${{ github.workspace }}
4242
4343
- 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-
5344
- name: Cache pool
5445
id: cache-msys2-pool
5546
uses: actions/cache@v4

0 commit comments

Comments
 (0)