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 31
31
args : ' --target x86_64-apple-darwin'
32
32
- platform : ' ubuntu-22.04'
33
33
args : ' '
34
+ - platform : ' ubuntu-22.04-arm'
35
+ args : ' '
34
36
- platform : ' windows-latest'
35
37
args : ' '
36
38
39
41
- uses : actions/checkout@v4
40
42
41
43
- name : install dependencies (ubuntu only)
42
- if : matrix.platform == 'ubuntu-22.04'
44
+ if : startsWith( matrix.platform, 'ubuntu-22.04')
43
45
run : |
44
46
sudo apt-get update
45
47
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