cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 5ffbbac5e7175292c6e2a1d6595c128cf867379e
parent 66068b411518f33e9af876b400460acb5f9af232
Author: David Auer <dreua@posteo.de>
Date:   Mon, 19 Feb 2024 22:36:30 +0100

gha: cleanup multiple install steps

Don't remember a good reason why I did that.

Diffstat:
M.github/workflows/build.yml | 22+++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)

diff --git 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