Update linux.yml

This commit is contained in:
Twig6943 2026-03-06 05:32:45 +03:00 committed by GitHub
parent 4c0d0177d9
commit 0d33b2e855
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
- name: Build - name: Build
run: | run: |
sudo -u builder sh <<'EOF' sudo -u builder sh <<'EOF'
set -e set -ex
export XDG_RUNTIME_DIR=/tmp/runtime-$UID export XDG_RUNTIME_DIR=/tmp/runtime-$UID
mkdir -p "$XDG_RUNTIME_DIR" mkdir -p "$XDG_RUNTIME_DIR"
chmod 700 "$XDG_RUNTIME_DIR" chmod 700 "$XDG_RUNTIME_DIR"
@ -41,7 +41,6 @@ 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
./my_msvc/opt/msvc/bin/x64/msbuild MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64" ./my_msvc/opt/msvc/bin/x64/msbuild MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64"
ls -l
EOF EOF
- name: Upload artifact/s - name: Upload artifact/s