Commit 6f4b1a8 1 parent 5a6d20e commit 6f4b1a8 Copy full SHA for 6f4b1a8
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
27
27
- uses : xmake-io/github-action-setup-xmake@v1
28
28
with :
29
- xmake-version : 2.9.3
29
+ xmake-version : 2.9.8
30
30
actions-cache-folder : ' .xmake-cache'
31
31
actions-cache-key : ' windows'
32
32
33
33
- name : configure
34
34
shell : cmd
35
35
run : |
36
- xmake f -c --feedback=n -y -vD --vs_sdkver=10.0.19041.0
36
+ xmake f -c --feedback=n -y -vD
37
37
38
38
- name : build
39
39
shell : cmd
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
27
27
- uses : xmake-io/github-action-setup-xmake@v1
28
28
with :
29
- xmake-version : 2.9.3
29
+ xmake-version : 2.9.8
30
30
actions-cache-folder : ' .xmake-cache'
31
31
actions-cache-key : ' windows'
32
32
33
33
- name : configure
34
34
shell : cmd
35
35
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"
37
37
38
38
- name : build
39
39
shell : cmd
You can’t perform that action at this time.
0 commit comments