From 26450effeb19b3ce5dca51c492eb79bd2dcfccdd Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:25:24 +0200 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 53d10aac4..c105d97b0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -28,19 +28,12 @@ jobs: # Install dependencies - name: Update apt repositories run: sudo apt-get update - - - name: Install GCC12 - shell: bash - run: | - sudo apt update - sudo apt install gcc-12 g++-12 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 110 --slave /usr/bin/g++ g++ /usr/bin/g++-12 --slave /usr/bin/gcov gcov /usr/bin/gcov-12 # Install xmake - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: '2.9.3' + xmake-version: '2.9.5' # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository