This commit is contained in:
Jérôme Leclercq 2021-05-08 11:20:21 +02:00
parent ff1be489eb
commit c23ed619bd
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
# Force xmake to a specific folder (for cache)
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ env.RUNNER_WORKSPACE }}/xmake-global" >> $GITHUB_ENV
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
# Install xmake
- name: Setup xmake

View File

@ -32,7 +32,7 @@ jobs:
# Force xmake to a specific folder (for cache)
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ env.RUNNER_WORKSPACE }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Install xmake
- name: Setup xmake