Skip to content

Commit 8353b8e

Browse files
committed
ci: next attempt
1 parent e7be4df commit 8353b8e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Install xmake
16-
shell: pwsh
17-
run: |
18-
winget install xmake --silent --accept-source-agreements
19-
xmake --version
15+
- name: Install Xmake
16+
uses: xmake-io/github-action-setup-xmake@v1
17+
with:
18+
xmake-version: latest
2019

2120
- name: Build server
22-
shell: pwsh
23-
run: xmake build server
21+
run: xmake build server

0 commit comments

Comments
 (0)