[ci,abi] install abigail tools outside the cache

This commit is contained in:
akallabeth 2025-03-25 09:38:36 +01:00
parent ce9d197fac
commit 03a9c9b2b7
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -48,7 +48,6 @@ jobs:
apt source libabigail
cd libabigail-2.6
dpkg-buildpackage
sudo dpkg -i ../*.deb
- name: Save abigail tools
id: cache-abigail-tools-save
@ -57,18 +56,18 @@ jobs:
with:
key: cache-abigail-tools
path: |
.
*.deb
- name: "Prepare environment"
run: |
sudo apt-get update -q -y
sudo apt-get install -q -y devscripts equivs \
clang \
abigail-tools \
pylint \
curl
./packaging/scripts/prepare_deb_freerdp-nightly.sh
sudo mk-build-deps -i
sudo dpkg -i *.deb
- name: "Prepare configuration"
run: |