From dbf0c662ce1f81461acd8745dbeed62957a4bcaf Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 31 Aug 2024 22:34:00 +0200 Subject: [PATCH] replace `cache-apt-pkgs-action` --- .github/workflows/rust.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 60dda31e1c1..1e9f4009188 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -on: [ push, pull_request ] +on: [push, pull_request] name: Rust @@ -19,9 +19,7 @@ jobs: - name: Install packages (Linux) if: runner.os == 'Linux' - #uses: awalsh128/cache-apt-pkgs-action@v1.2.2 - #TODO(emilk) use upstream when https://github.com/awalsh128/cache-apt-pkgs-action/pull/90 is merged - uses: rerun-io/cache-apt-pkgs-action@59534850182063abf1b2c11bb3686722a12a8397 + uses: awalsh128/cache-apt-pkgs-action@v1.4.2 with: packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd version: 1.0