Skip to content

Commit

Permalink
update git action
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Feb 28, 2025
1 parent 5a6d20e commit 6f4b1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: 2.9.3
xmake-version: 2.9.8
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'windows'

- name: configure
shell: cmd
run: |
xmake f -c --feedback=n -y -vD --vs_sdkver=10.0.19041.0
xmake f -c --feedback=n -y -vD
- name: build
shell: cmd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: 2.9.3
xmake-version: 2.9.8
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'windows'

- name: configure
shell: cmd
run: |
xmake f -c -k shared -y --runtimes="MD" --vs_sdkver=10.0.19041.0
xmake f -c -k shared -y --runtimes="MD"
- name: build
shell: cmd
Expand Down

0 comments on commit 6f4b1a8

Please sign in to comment.