From 6de86e3e495a37adcbd1b67e91d6bdfe614a6946 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sun, 13 Apr 2025 19:25:00 +0200 Subject: [PATCH] yes --- .github/workflows/software-test-macos.yml | 6 ------ .github/workflows/software-test-msys2.yml | 6 ------ .github/workflows/software-test-windows.yml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/.github/workflows/software-test-macos.yml b/.github/workflows/software-test-macos.yml index d04c5e8..fe77da3 100644 --- a/.github/workflows/software-test-macos.yml +++ b/.github/workflows/software-test-macos.yml @@ -38,12 +38,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Detect if running in act - run: | - if grep -q "act" <<< "$GITHUB_ACTOR"; then - echo "XMAKE_ROOT=y" >> $GITHUB_ENV - fi - # Force xmake to a specific folder (for cache) - name: Set xmake env run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV diff --git a/.github/workflows/software-test-msys2.yml b/.github/workflows/software-test-msys2.yml index 137440a..d88a922 100644 --- a/.github/workflows/software-test-msys2.yml +++ b/.github/workflows/software-test-msys2.yml @@ -39,12 +39,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Detect if running in act - run: | - if grep -q "act" <<< "$GITHUB_ACTOR"; then - echo "XMAKE_ROOT=y" >> $GITHUB_ENV - fi - # Force xmake to a specific folder (for cache) - name: Set xmake env run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV diff --git a/.github/workflows/software-test-windows.yml b/.github/workflows/software-test-windows.yml index 7eadf3b..f09e3d7 100644 --- a/.github/workflows/software-test-windows.yml +++ b/.github/workflows/software-test-windows.yml @@ -38,12 +38,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Detect if running in act - run: | - if grep -q "act" <<< "$GITHUB_ACTOR"; then - echo "XMAKE_ROOT=y" >> $GITHUB_ENV - fi - # Force xmake to a specific folder (for cache) - name: Set xmake env run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV