fix main.sh

This commit is contained in:
Ward Nakchbandi 2023-02-24 17:39:01 +03:00
parent 2681faff60
commit 22fdea7199
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install sudo git bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig devscripts -y
run: apt update && apt install software-properties-common sudo git bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig devscripts -y
- name: Import GPG key
id: import_gpg

View File

@ -1,15 +1,15 @@
# Add dependent repositories
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
sudo add-apt-repository https://ppa.pika-os.com
sudo add-apt-repository ppa:pikaos/pika
sudo add-apt-repository ppa:kubuntu-ppa/backports
add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/lassekongo83/adw-gtk3
cp -rvf ./debian ./adw-gtk3/
cd ./adw-gtk3
# Get build deps
sudo apt-get build-dep ./
apt-get build-dep ./ -y
# Build binaries
echo -ne 'y' | debuild -us -uc