File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-anisette-server-aarch64 :
11
- runs-on : ubuntu-22.04
12
- container : ubuntu:23.04
11
+ runs-on : ubuntu-24.04
13
12
14
13
steps :
15
14
- name : Install dependencies
16
15
run : |
17
16
sudo apt-get update
18
- sudo apt-get install -y software-properties-common
19
- sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
20
- sudo apt-get install -y git gdc-13-aarch64-linux-gnu dub libz-dev elfutils
17
+ sudo apt-get install -y software-properties-common git gdc-13-aarch64-linux-gnu dub libz-dev elfutils
21
18
22
19
- uses : actions/checkout@v3
23
20
with :
46
43
- name : Install dependencies
47
44
run : |
48
45
sudo apt-get update
49
- sudo apt-get install -y software-properties-common
50
- sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
51
- sudo apt-get install -y git gdc-13-arm-linux-gnueabihf dub libz-dev elfutils
46
+ sudo apt-get install -y software-properties-common git gdc-13-arm-linux-gnueabihf dub libz-dev elfutils
52
47
53
48
- uses : actions/checkout@v3
54
49
with :
Original file line number Diff line number Diff line change 46
46
- name : Install dependencies
47
47
run : |
48
48
sudo apt-get update
49
- sudo apt-get install -y software-properties-common
50
- sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
51
- sudo apt-get install -y git gdc-13-i686-linux-gnu dub libz-dev elfutils
49
+ sudo apt-get install -y software-properties-common git gdc-13-i686-linux-gnu dub libz-dev elfutils
52
50
53
51
- uses : actions/checkout@v3
54
52
with :
You can’t perform that action at this time.
0 commit comments