mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci,abi] move deb files to subfolder and only save that
This commit is contained in:
9
.github/workflows/abi-checker.yml
vendored
9
.github/workflows/abi-checker.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
with:
|
||||
key: cache-abigail-tools
|
||||
path: |
|
||||
.
|
||||
deb
|
||||
|
||||
- name: "Prepare abigail-tools"
|
||||
if: always() && steps.cache-abigail-tools-restore.outputs.cache-hit != 'true'
|
||||
@@ -48,6 +48,9 @@ jobs:
|
||||
apt source libabigail
|
||||
cd libabigail-2.6
|
||||
dpkg-buildpackage
|
||||
cd ..
|
||||
mkdir -p deb
|
||||
mv *.deb deb/
|
||||
|
||||
- name: Save abigail tools
|
||||
id: cache-abigail-tools-save
|
||||
@@ -56,7 +59,7 @@ jobs:
|
||||
with:
|
||||
key: cache-abigail-tools
|
||||
path: |
|
||||
*.deb
|
||||
deb
|
||||
|
||||
- name: "Prepare environment"
|
||||
run: |
|
||||
@@ -67,7 +70,7 @@ jobs:
|
||||
curl
|
||||
./packaging/scripts/prepare_deb_freerdp-nightly.sh
|
||||
sudo mk-build-deps -i
|
||||
sudo dpkg -i *.deb
|
||||
sudo dpkg -i deb/*.deb
|
||||
|
||||
- name: "Prepare configuration"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user