From e01f1dc97c10be30948f172cd7fb3ac29b8230f5 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Fri, 13 Jun 2025 13:06:41 +0000 Subject: [PATCH] fix(workflow): add installation step for Dev Container --- .github/workflows/makefile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 76ee0371..b96962b3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -137,7 +137,9 @@ jobs: sudo touch /tmp/.Xauthority sudo touch /run/user/1000/pulse/native 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 if: always()