From 5ffbbac5e7175292c6e2a1d6595c128cf867379e Mon Sep 17 00:00:00 2001 From: David Auer Date: Mon, 19 Feb 2024 22:36:30 +0100 Subject: [PATCH] gha: cleanup multiple install steps Don't remember a good reason why I did that. --- .github/workflows/build.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0864c6..896d97b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,19 +22,15 @@ jobs: libx11-dev \ libxext-dev \ libxinerama-dev \ - mesa-common-dev - # Would be nice if we could pull those directly from debian/control - - name: Install more dependencies - run: | - sudo apt-get install -y \ - make \ - build-essential \ - binutils-mingw-w64-i686 \ - gcc-mingw-w64-i686 \ - g++-mingw-w64-i686 \ - devscripts \ - appstream \ - desktop-file-utils + mesa-common-dev \ + make \ + build-essential \ + binutils-mingw-w64-i686 \ + gcc-mingw-w64-i686 \ + g++-mingw-w64-i686 \ + devscripts \ + appstream \ + desktop-file-utils - name: Build run: make cnping cnping.exe