mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci,abi] fix missing apt-get update
This commit is contained in:
1
.github/workflows/abi-checker.yml
vendored
1
.github/workflows/abi-checker.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
mkdir deb
|
||||
cd deb
|
||||
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
|
||||
apt source libabigail
|
||||
cd libabigail-2.6
|
||||
|
||||
Reference in New Issue
Block a user