Skip to content

Commit 645d56d

Browse files
authored
Use less commands in some runners
1 parent 23e43d1 commit 645d56d

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/cmake-cross-compile.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ env:
88

99
jobs:
1010
build-anisette-server-aarch64:
11-
runs-on: ubuntu-22.04
12-
container: ubuntu:23.04
11+
runs-on: ubuntu-24.04
1312

1413
steps:
1514
- name: Install dependencies
1615
run: |
1716
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
2118
2219
- uses: actions/checkout@v3
2320
with:
@@ -46,9 +43,7 @@ jobs:
4643
- name: Install dependencies
4744
run: |
4845
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
5247
5348
- uses: actions/checkout@v3
5449
with:

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
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
5250
5351
- uses: actions/checkout@v3
5452
with:

0 commit comments

Comments
 (0)