From 85a5a759d947b31ff33984192df55cfc38b31177 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 25 Mar 2025 10:18:41 +0100 Subject: [PATCH] [ci,abi] filter cache files, only required --- .github/workflows/abi-checker.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/abi-checker.yml b/.github/workflows/abi-checker.yml index ea620ddaf..43ac4e98d 100644 --- a/.github/workflows/abi-checker.yml +++ b/.github/workflows/abi-checker.yml @@ -40,8 +40,8 @@ jobs: - name: "Prepare abigail-tools" if: always() && steps.cache-abigail-tools-restore.outputs.cache-hit != 'true' run: | - mkdir deb - cd deb + mkdir deb-build + cd deb-build echo "deb-src http://archive.ubuntu.com/ubuntu/ plucky main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/plucky.list sudo apt-get update -q -y sudo apt-get build-dep -q -y libabigail @@ -61,6 +61,12 @@ jobs: path: | deb + - name: "Install abigail-tools" + run: | + cd deb + ls + sudo dpkg -i *.deb + - name: "Prepare environment" run: | sudo apt-get update -q -y @@ -70,7 +76,6 @@ jobs: curl ./packaging/scripts/prepare_deb_freerdp-nightly.sh sudo mk-build-deps -i - sudo dpkg -i deb/*.deb - name: "Prepare configuration" run: |