Skip to content

Commit 6f4b1a8

Browse files
committed
update git action
1 parent 5a6d20e commit 6f4b1a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626

2727
- uses: xmake-io/github-action-setup-xmake@v1
2828
with:
29-
xmake-version: 2.9.3
29+
xmake-version: 2.9.8
3030
actions-cache-folder: '.xmake-cache'
3131
actions-cache-key: 'windows'
3232

3333
- name: configure
3434
shell: cmd
3535
run: |
36-
xmake f -c --feedback=n -y -vD --vs_sdkver=10.0.19041.0
36+
xmake f -c --feedback=n -y -vD
3737
3838
- name: build
3939
shell: cmd

.github/workflows/windows_python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626

2727
- uses: xmake-io/github-action-setup-xmake@v1
2828
with:
29-
xmake-version: 2.9.3
29+
xmake-version: 2.9.8
3030
actions-cache-folder: '.xmake-cache'
3131
actions-cache-key: 'windows'
3232

3333
- name: configure
3434
shell: cmd
3535
run: |
36-
xmake f -c -k shared -y --runtimes="MD" --vs_sdkver=10.0.19041.0
36+
xmake f -c -k shared -y --runtimes="MD"
3737
3838
- name: build
3939
shell: cmd

0 commit comments

Comments
 (0)