summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-05 22:46:46 +0800
committerruki <[email protected]>2025-03-05 22:46:46 +0800
commitabc89af3c14121a048efd346b58c538b7ef90d6f (patch)
tree4e62b3e09735a9cce9191411adfa43cc7fb942d7 /.github
parent4a7fa4c90ca066bb67c7f31e0023efd1c6be2bbf (diff)
fix wine/cl output encoding #6191
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 68f2e55d7..39e29e8dd 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -41,7 +41,7 @@ jobs:
# Cache xmake dependencies
- name: Retrieve xmake cache for packages
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: xmake-cache
key: ${{ matrix.os }}-${{ matrix.arch }}