This commit is contained in:
parent
b92e1040de
commit
3f93bcc357
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user