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

This commit is contained in:
2026-06-19 08:16:15 +08:00
Unverified
parent 40ca08f6f3
commit 17724cfa07
+4 -4
View File
@@ -8,13 +8,13 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: https://github.bibk.top/actions/checkout@v4
- name: Setup XMake - name: Setup XMake
uses: xmake-io/github-action-setup-xmake@v1 uses: https://github.bibk.top/xmake-io/github-action-setup-xmake@v1
- name: Cache - name: Cache
uses: 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: 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: |