File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
args : ' --target x86_64-apple-darwin'
21
21
- platform : ' ubuntu-22.04'
22
22
args : ' '
23
+ - platform : ' ubuntu-22.04-arm'
24
+ args : ' '
23
25
- platform : ' windows-latest'
24
26
args : ' '
25
27
28
30
- uses : actions/checkout@v4
29
31
30
32
- name : install dependencies (ubuntu only)
31
- if : matrix.platform == 'ubuntu-22.04'
33
+ if : startsWith( matrix.platform, 'ubuntu-22.04')
32
34
run : |
33
35
sudo apt-get update
34
36
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
Original file line number Diff line number Diff line change 34
34
args : ' --target x86_64-apple-darwin'
35
35
- platform : ' ubuntu-22.04'
36
36
args : ' '
37
+ - platform : ' ubuntu-22.04-arm'
38
+ args : ' '
37
39
- platform : ' windows-latest'
38
40
args : ' '
39
41
42
44
- uses : actions/checkout@v4
43
45
44
46
- name : install dependencies (ubuntu only)
45
- if : matrix.platform == 'ubuntu-22.04'
47
+ if : startsWith( matrix.platform, 'ubuntu-22.04')
46
48
run : |
47
49
sudo apt-get update
48
50
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
You can’t perform that action at this time.
0 commit comments