mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 10:29:16 +00:00
fix(workflow): add installation step for Dev Container
This commit is contained in:
4
.github/workflows/makefile.yml
vendored
4
.github/workflows/makefile.yml
vendored
@ -137,7 +137,9 @@ jobs:
|
|||||||
sudo touch /tmp/.Xauthority
|
sudo touch /tmp/.Xauthority
|
||||||
sudo touch /run/user/1000/pulse/native
|
sudo touch /run/user/1000/pulse/native
|
||||||
echo "XAUTHORITY=/tmp/.Xauthority" >> $GITHUB_ENV
|
echo "XAUTHORITY=/tmp/.Xauthority" >> $GITHUB_ENV
|
||||||
sudo apt install x11-xserver-utils
|
|
||||||
|
- name: Install required packages for Dev Container
|
||||||
|
run: sudo apt install x11-xserver-utils
|
||||||
|
|
||||||
- name: Build AMD64 Debug
|
- name: Build AMD64 Debug
|
||||||
if: always()
|
if: always()
|
||||||
|
Reference in New Issue
Block a user