From a56147c748dcd175813306e3111d8b635624a6f9 Mon Sep 17 00:00:00 2001 From: "Hadrien G." Date: Wed, 9 Jul 2025 09:27:35 +0200 Subject: [PATCH] Switch to another APT package caching action --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6796e4..e49f05f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,9 +100,8 @@ jobs: uses: actions/checkout@v4 - name: Set up hwloc - uses: awalsh128/cache-apt-pkgs-action@latest + uses: Eeems-Org/apt-cache-action@v1 with: - version: 1.0 packages: libhwloc-dev libudev-dev - name: Set up Rust caching @@ -188,9 +187,8 @@ jobs: uses: actions/checkout@v4 - name: Set up hwloc - uses: awalsh128/cache-apt-pkgs-action@latest + uses: Eeems-Org/apt-cache-action@v1 with: - version: 1.0 packages: libhwloc-dev libudev-dev # No caching here because the job does not run often enough