This commit is contained in:
parent
d987737610
commit
fc17b70b7f
2 changed files with 7 additions and 3 deletions
|
@ -36,6 +36,11 @@ BRANCHES=(
|
|||
ROOT=$(pwd)
|
||||
HL2SDK="$ROOT/include/hl2sdk"
|
||||
|
||||
if [ -x "$(command -v meson)" ]; then
|
||||
echo "meson is not installed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# --depth=1 checkout in workflow runners has no branch info
|
||||
if [ "$CI" = "true" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue