Update linux.yml

This commit is contained in:
Twig6943 2026-03-06 06:30:38 +03:00 committed by GitHub
parent 9bf2a0832e
commit fcee257030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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