Update linux.yml

This commit is contained in:
Twig6943 2026-03-06 05:01:42 +03:00 committed by GitHub
parent 1a8a5cca4c
commit 160fffdc13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,10 +31,9 @@ jobs:
run: |
sudo -u builder sh <<'EOF'
set -e
export UID=$(id -u)
export XDG_RUNTIME_DIR=/run/user/$UID
mkdir -p $XDG_RUNTIME_DIR
chmod 700 $XDG_RUNTIME_DIR
mkdir -p "$XDG_RUNTIME_DIR"
chmod 700 "$XDG_RUNTIME_DIR"
export WINE=$(command -v wine64 || command -v wine || false)
$WINE wineboot
git clone https://github.com/mstorsjo/msvc-wine