Migrate actions to forgejo

This commit is contained in:
Lauri Räsänen 2025-01-13 22:53:59 +02:00
parent d5eddc8376
commit 8ac4050faf
3 changed files with 31 additions and 27 deletions

View file

@ -35,6 +35,7 @@ BRANCHES=(
)
ROOT=$(pwd)
HL2SDK="$ROOT/include/hl2sdk"
PATH="$PATH:/$HOME/.local/bin"
# --depth=1 checkout in workflow runners has no branch info
if [ "$CI" = "true" ]