Update build.yml
This commit is contained in:
parent
4a012dda14
commit
d2bd796ebe
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -6,11 +6,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build it!
|
- name: Build it!
|
||||||
run:
|
run:
|
||||||
choco install msys2
|
choco install msys2
|
||||||
dir
|
echo "::set-env name=CHERE_INVOKING::enabled_from_arguments"
|
||||||
|
echo "::set-env name=MODE::release"
|
||||||
|
echo "::set-env name=MSYS2_PATH_TYPE::inherit"
|
||||||
|
echo "::set-env name=MSYSTEM::MINGW64"
|
||||||
|
c:\tools\msys64\usr\bin\bash.exe -l -c "pacman -S base-devel binutils git make pkg-config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user