Skip to content

Commit eae0df3

Browse files
committed
test
1 parent 1b05014 commit eae0df3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
build-smart-apps:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
3535
arch:
@@ -47,9 +47,9 @@ jobs:
4747
- name: ⬇️ install xmake
4848
shell: bash
4949
run: |
50-
sudo add-apt-repository ppa:xmake-io/xmake
51-
sudo apt update
52-
sudo apt install xmake
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
5353
5454
- name: 👷 build
5555
shell: bash

0 commit comments

Comments
 (0)