Skip to content

Commit 61fd1f3

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,18 @@ 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
5256
run: |
5357
export XMAKE_ROOT=y # Only need to use "--root" in CI
5458
xmake --version
5559
source env.sh
56-
export RT_XMAKE_LINK_TYPE="static"
5760
pushd apps
5861
xmake f -a ${{ matrix.arch }} -vyD
5962
xmake -j$(nproc) -vyD

0 commit comments

Comments
 (0)