Update msys2-build.yml

This commit is contained in:
Jérôme Leclercq 2021-08-23 18:55:43 +02:00
parent 7a4deed838
commit ea25129f9c
1 changed files with 1 additions and 1 deletions

View File

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