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
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install gcc gcc-multilib g++ g++-multilib
|
||||
python3 python3-pip python3-setuptools python3-wheel ninja-build
|
||||
apt update
|
||||
apt install -y gcc gcc-multilib g++ g++-multilib python3 python3-pip
|
||||
pip3 python3-setuptools python3-wheel ninja-build
|
||||
pip3 install --user meson
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue