mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update linux.yml
This commit is contained in:
parent
9bf2a0832e
commit
fcee257030
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
./msvc-wine/install.sh $(pwd)/my_msvc/opt/msvc
|
./msvc-wine/install.sh $(pwd)/my_msvc/opt/msvc
|
||||||
export PATH=$(pwd)/my_msvc/opt/msvc/bin/x64:$PATH
|
export PATH=$(pwd)/my_msvc/opt/msvc/bin/x64:$PATH
|
||||||
CC=cl CXX=cl cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows
|
CC=cl CXX=cl cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows
|
||||||
make
|
make -j$(nproc)
|
||||||
7z a -r LCEWindows64.zip ./x64/Release/*
|
7z a -r LCEWindows64.zip ./x64/Release/*
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue