fix(workflow): add installation step for Dev Container

This commit is contained in:
2025-06-13 13:06:41 +00:00
parent 76113df5a9
commit e01f1dc97c

View File

@ -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()