This commit is contained in:
parent
fc17b70b7f
commit
9ff7ddef9f
2 changed files with 4 additions and 7 deletions
|
@ -15,8 +15,9 @@ jobs:
|
|||
run: |
|
||||
apt update
|
||||
apt install -y gcc gcc-multilib g++ g++-multilib \
|
||||
python3 pipx python3-pip python3-setuptools python3-wheel \
|
||||
ninja-build meson
|
||||
python3 pipx python3-pip python3-setuptools python3-wheel ninja-build
|
||||
pipx install meson
|
||||
pipx ensurepath
|
||||
|
||||
- name: Build
|
||||
run: ./build-matrix.sh
|
||||
|
|
|
@ -35,11 +35,7 @@ BRANCHES=(
|
|||
)
|
||||
ROOT=$(pwd)
|
||||
HL2SDK="$ROOT/include/hl2sdk"
|
||||
|
||||
if [ -x "$(command -v meson)" ]; then
|
||||
echo "meson is not installed"
|
||||
exit 1
|
||||
fi
|
||||
PATH="$PATH:/$HOME/.local/bin"
|
||||
|
||||
# --depth=1 checkout in workflow runners has no branch info
|
||||
if [ "$CI" = "true" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue