Skip to content

Commit

Permalink
Use less commands in some runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Dec 22, 2024
1 parent 23e43d1 commit 645d56d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cmake-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ env:

jobs:
build-anisette-server-aarch64:
runs-on: ubuntu-22.04
container: ubuntu:23.04
runs-on: ubuntu-24.04

steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt-get install -y git gdc-13-aarch64-linux-gnu dub libz-dev elfutils
sudo apt-get install -y software-properties-common git gdc-13-aarch64-linux-gnu dub libz-dev elfutils
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -46,9 +43,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt-get install -y git gdc-13-arm-linux-gnueabihf dub libz-dev elfutils
sudo apt-get install -y software-properties-common git gdc-13-arm-linux-gnueabihf dub libz-dev elfutils
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt-get install -y git gdc-13-i686-linux-gnu dub libz-dev elfutils
sudo apt-get install -y software-properties-common git gdc-13-i686-linux-gnu dub libz-dev elfutils
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 645d56d

Please sign in to comment.