From 4f9250466844846df633ce421099d2d9e6e193d7 Mon Sep 17 00:00:00 2001 From: "Echo J." Date: Mon, 30 Mar 2026 08:03:21 +0000 Subject: [PATCH] CI: Remove useless Meson cache/patchelf installation --- .github/workflows/build-linux.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index d5d0369cb..e6f20ee67 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -40,12 +40,6 @@ jobs: key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }} restore-keys: ${{ runner.os }}-ccache- - - name: Restore meson cache - uses: actions/cache@v4 - with: - path: ~/.cache/meson - key: ${{ runner.os }}-meson-${{ hashFiles('**/meson.build') }} - - name: Configure Meson env: CC: "ccache clang" @@ -62,9 +56,6 @@ jobs: # Use all available cores for faster parallel builds meson compile -C build -j $(nproc) -v Minecraft.Client - - name: Install patchelf - run: sudo apt-get install -y patchelf - - name: Upload artifact uses: actions/upload-artifact@v4 with: