From 645d56d8e8c86c057893321843db00b21f1aaeb2 Mon Sep 17 00:00:00 2001 From: Dadoum <24679280+Dadoum@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:09:45 +0100 Subject: [PATCH] Use less commands in some runners --- .github/workflows/cmake-cross-compile.yml | 11 +++-------- .github/workflows/cmake.yml | 4 +--- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cmake-cross-compile.yml b/.github/workflows/cmake-cross-compile.yml index 8723c4e..bc2a2f0 100644 --- a/.github/workflows/cmake-cross-compile.yml +++ b/.github/workflows/cmake-cross-compile.yml @@ -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: @@ -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: diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 76ff9b8..ccf778b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: