Update msys2-build.yml
This commit is contained in:
parent
da53fa4dc3
commit
41c549adb2
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: mingw64 {0}
|
shell: msys2 {0}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
@ -38,9 +38,13 @@ jobs:
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.msystem }}
|
msystem: ${{ matrix.msystem }}
|
||||||
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
|
install: base-devel git unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
|
||||||
|
location: D:\
|
||||||
update: true
|
update: true
|
||||||
|
|
||||||
|
- name: Set mingw64 binaries in path
|
||||||
|
run: echo "${MINGW_PREFIX}/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
# 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" >> $GITHUB_ENV
|
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue