Skip to content

Commit dc23dee

Browse files
committed
set xmake version 2.8.7
1 parent 51fda7b commit dc23dee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
submodules: true
4646

4747
- name: ⬇️ install xmake
48-
uses: xmake-io/github-action-setup-xmake@v1
48+
shell: bash
49+
run: |
50+
wget -q https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.gz.run
51+
sudo chmod 777 ./xmake-v2.8.7.gz.run
52+
./xmake-v2.8.7.gz.run
4953
5054
- name: 👷 build
5155
shell: bash

0 commit comments

Comments
 (0)