Update msys2-build.yml
This commit is contained in:
parent
7a4deed838
commit
ea25129f9c
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
# Force xmake to a specific folder (for cache)
|
||||
- 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
|
||||
- name: Setup xmake
|
||||
|
|
|
|||
Loading…
Reference in New Issue