We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7be4df commit 8353b8eCopy full SHA for 8353b8e
1 file changed
.github/workflows/ci.yml
@@ -12,12 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
15
- - name: Install xmake
16
- shell: pwsh
17
- run: |
18
- winget install xmake --silent --accept-source-agreements
19
- xmake --version
+ - name: Install Xmake
+ uses: xmake-io/github-action-setup-xmake@v1
+ with:
+ xmake-version: latest
20
21
- name: Build server
22
23
- run: xmake build server
+ run: xmake build server
0 commit comments