mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
ci: fix "touch: cannot touch '/run/user/1000/pulse/native': No such file or directory"
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
d4c4016c7c
commit
15a9a21448
1
.github/workflows/makefile.yml
vendored
1
.github/workflows/makefile.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
||||
- name: Prepare Environment for Dev Container
|
||||
run: |
|
||||
sudo mkdir -p /tmp/.X11-unix
|
||||
sudo mkdir -p /run/user/1000/pulse
|
||||
sudo touch /tmp/.Xauthority
|
||||
sudo touch /run/user/1000/pulse/native
|
||||
echo "XAUTHORITY=/tmp/.Xauthority" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user