Skip to content

Commit

Permalink
[73_35] bump to xmake 2.9.6 for Windows CI and CD
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Nov 12, 2024
1 parent bf7a9cd commit a7d5b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_research_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.9.3
xmake-version: v2.9.6
- name: update repo
run: |
xrepo update-repo
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci-xmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.9.3
xmake-version: v2.9.6
- name: update repo
run: |
xrepo update-repo
- name: Install pandoc
run: choco install pandoc -y

- uses: actions/checkout@v3
with:
fetch-depth: 1
Expand Down

0 comments on commit a7d5b1d

Please sign in to comment.