mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[ci,abi] install abigail tools outside the cache
This commit is contained in:
parent
ce9d197fac
commit
03a9c9b2b7
5
.github/workflows/abi-checker.yml
vendored
5
.github/workflows/abi-checker.yml
vendored
@ -48,7 +48,6 @@ jobs:
|
|||||||
apt source libabigail
|
apt source libabigail
|
||||||
cd libabigail-2.6
|
cd libabigail-2.6
|
||||||
dpkg-buildpackage
|
dpkg-buildpackage
|
||||||
sudo dpkg -i ../*.deb
|
|
||||||
|
|
||||||
- name: Save abigail tools
|
- name: Save abigail tools
|
||||||
id: cache-abigail-tools-save
|
id: cache-abigail-tools-save
|
||||||
@ -57,18 +56,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: cache-abigail-tools
|
key: cache-abigail-tools
|
||||||
path: |
|
path: |
|
||||||
.
|
*.deb
|
||||||
|
|
||||||
- name: "Prepare environment"
|
- name: "Prepare environment"
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -q -y
|
sudo apt-get update -q -y
|
||||||
sudo apt-get install -q -y devscripts equivs \
|
sudo apt-get install -q -y devscripts equivs \
|
||||||
clang \
|
clang \
|
||||||
abigail-tools \
|
|
||||||
pylint \
|
pylint \
|
||||||
curl
|
curl
|
||||||
./packaging/scripts/prepare_deb_freerdp-nightly.sh
|
./packaging/scripts/prepare_deb_freerdp-nightly.sh
|
||||||
sudo mk-build-deps -i
|
sudo mk-build-deps -i
|
||||||
|
sudo dpkg -i *.deb
|
||||||
|
|
||||||
- name: "Prepare configuration"
|
- name: "Prepare configuration"
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user