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
ec9a20944c
commit
1a8a5cca4c
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
|
@ -31,7 +31,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo -u builder sh <<'EOF'
|
sudo -u builder sh <<'EOF'
|
||||||
set -e
|
set -e
|
||||||
export XDG_RUNTIME_DIR=/tmp/runtime-builder
|
export UID=$(id -u)
|
||||||
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue