更新 .github/workflows/build.yml
/ build (push) Failing after 11s

This commit is contained in:
2026-06-19 09:05:58 +08:00
Unverified
parent 012c64b00b
commit 6a53c95beb
+4 -4
View File
@@ -8,13 +8,13 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout - name: Checkout
uses: https://gitclone.com/github.com/actions/checkout@v4 uses: https://github.bibk.top/actions/checkout@v4
- name: Setup XMake - name: Setup XMake
uses: https://gitclone.com/github.com/xmake-io/github-action-setup-xmake@v1 uses: https://github.bibk.top/xmake-io/github-action-setup-xmake@v1
- name: Cache - name: Cache
uses: https://gitclone.com/github.com/actions/cache@v4 uses: https://github.bibk.top/actions/cache@v4
with: with:
path: | path: |
~/AppData/Local/.xmake ~/AppData/Local/.xmake
@@ -32,7 +32,7 @@ jobs:
run: xmake -v -y run: xmake -v -y
- name: Upload Artifact - name: Upload Artifact
uses: https://gitclone.com/github.com/actions/upload-artifact@v4 uses: https://github.bibk.top/actions/upload-artifact@v4
with: with:
name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }} name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }}
path: | path: |