File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
run : |
17
17
sudo dpkg --add-architecture i386
18
18
sudo apt-get update -y -qq
19
- sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libncurses5:i386 libstdc++6:i386
19
+ sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libstdc++6:i386
20
20
shell : bash
21
21
22
22
- name : Setup Node.js
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
android :
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
env :
14
14
CCACHE_DIR : ${{ github.workspace }}/.ccache
15
15
USE_CCACHE : 1
Original file line number Diff line number Diff line change 63
63
console.log(`${process.env.vtag} does not exist so continuing`)
64
64
65
65
android :
66
- runs-on : ubuntu-20.04
66
+ runs-on : ubuntu-latest
67
67
needs : [validate]
68
68
env :
69
69
CCACHE_DIR : ${{ github.workspace }}/.ccache
You can’t perform that action at this time.
0 commit comments