Update build.yml

This commit is contained in:
Lakindu Akash 2021-10-18 05:49:15 +05:30 committed by GitHub
parent 84a40df5c4
commit 6f8a9c0cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v1
- name: Build binaries
run: |
sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
sudo apt-get install -y libgtk-3-dev libqrencode-dev libpng-dev build-essential gcc g++ pkg-config make
make
sudo make install