This commit is contained in:
2025-04-13 18:58:41 +02:00
parent 8e9a38ceb9
commit 2ab8ec5d8a
2 changed files with 9 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Detect if running in act
if: runner.os == 'ubuntu-latest'
run: |
if grep -q "act" <<< "$GITHUB_ACTOR"; then
echo "XMAKE_ROOT=y" >> $GITHUB_ENV