This commit is contained in:
parent
507a605a9b
commit
f250cd8366
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt update
|
||||||
apt-get install gcc gcc-multilib g++ g++-multilib
|
apt install -y gcc gcc-multilib g++ g++-multilib python3 python3-pip
|
||||||
python3 python3-pip python3-setuptools python3-wheel ninja-build
|
pip3 python3-setuptools python3-wheel ninja-build
|
||||||
pip3 install --user meson
|
pip3 install --user meson
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue