Finalize FreeBSD CI

This commit is contained in:
2024-02-02 22:36:13 +08:00
parent 0f7f5347d8
commit 2bfca3760c
3 changed files with 40 additions and 29 deletions

View File

@@ -9,6 +9,10 @@ fi
export DEBIAN_FRONTEND=noninteractive
export TZ=Asia/Singapore
if [ "${RUNNER_OS}" = "freebsd" ] ; then
export RUNNER_OS=FreeBSD
fi
export OS="$RUNNER_OS"
export PATH="$HOME/.local/bin:$PATH"