Install Apt
Some checks are pending
Build Gluon / build_firmware (push) Has started running

This commit is contained in:
Stefan Hoffmann 2023-05-18 17:26:44 +02:00
parent d90370899e
commit 7513354761
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -19,6 +19,8 @@ jobs:
- name: Update APT Repos - name: Update APT Repos
run: apt-get -y update run: apt-get -y update
with:
distro: ubuntu20.04
- name: Install dependencies - name: Install dependencies
run: apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils run: apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils