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

This commit is contained in:
Stefan Hoffmann 2023-05-18 16:48:57 +02:00
parent b92e1040de
commit 3f93bcc357
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -21,9 +21,11 @@ jobs:
- name: Install missing PUB Key
run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
- name: Install Dependencies
run: contrib/actions/install-dependencies.sh
working-directory: gluon
- name: Update APT Repos
run: apt-get -y update
- 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
- name: Build
run: contrib/actions/run-build.sh ${{ matrix.target }}