@@ -8,13 +8,13 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://gitclone.com/github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup XMake
|
- name: Setup XMake
|
||||||
uses: https://github.com/xmake-io/github-action-setup-xmake@v1
|
uses: https://gitclone.com/github.com/xmake-io/github-action-setup-xmake@v1
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://gitclone.com/github.com/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://github.com/actions/upload-artifact@v4
|
uses: https://gitclone.com/github.com/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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user