This commit is contained in:
parent
8feb15cfaf
commit
d987737610
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt install -y gcc gcc-multilib g++ g++-multilib \
|
apt install -y gcc gcc-multilib g++ g++-multilib \
|
||||||
python3 pipx python3-pip python3-setuptools python3-wheel ninja-build
|
python3 pipx python3-pip python3-setuptools python3-wheel ninja-build
|
||||||
|
PATH="$PATH:/$HOME/.local/bin"
|
||||||
pipx install meson
|
pipx install meson
|
||||||
export PATH="$PATH:/$HOME/.local/bin"
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./build-matrix.sh
|
run: ./build-matrix.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue