This commit is contained in:
parent
b92e1040de
commit
3f93bcc357
@ -21,9 +21,11 @@ jobs:
|
|||||||
- name: Install missing PUB Key
|
- name: Install missing PUB Key
|
||||||
run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
|
run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Update APT Repos
|
||||||
run: contrib/actions/install-dependencies.sh
|
run: apt-get -y update
|
||||||
working-directory: gluon
|
|
||||||
|
- 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
|
- name: Build
|
||||||
run: contrib/actions/run-build.sh ${{ matrix.target }}
|
run: contrib/actions/run-build.sh ${{ matrix.target }}
|
||||||
|
Loading…
Reference in New Issue
Block a user