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
1a8a5cca4c
commit
160fffdc13
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
|
|
@ -31,10 +31,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo -u builder sh <<'EOF'
|
sudo -u builder sh <<'EOF'
|
||||||
set -e
|
set -e
|
||||||
export UID=$(id -u)
|
|
||||||
export XDG_RUNTIME_DIR=/run/user/$UID
|
export XDG_RUNTIME_DIR=/run/user/$UID
|
||||||
mkdir -p $XDG_RUNTIME_DIR
|
mkdir -p "$XDG_RUNTIME_DIR"
|
||||||
chmod 700 $XDG_RUNTIME_DIR
|
chmod 700 "$XDG_RUNTIME_DIR"
|
||||||
export WINE=$(command -v wine64 || command -v wine || false)
|
export WINE=$(command -v wine64 || command -v wine || false)
|
||||||
$WINE wineboot
|
$WINE wineboot
|
||||||
git clone https://github.com/mstorsjo/msvc-wine
|
git clone https://github.com/mstorsjo/msvc-wine
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue