mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
6
.github/workflows/software-test-msys2.yml
vendored
6
.github/workflows/software-test-msys2.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user