cnping

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

commit 0fd932491b99e1792b58a58d0f0e643c81a062ab
parent 5e293dac5adae723e329f5fc0a42c4edf55e9dcc
Author: CNLohr <lohr85@gmail.com>
Date:   Mon, 19 Feb 2024 15:55:32 -0800

Merge pull request #110 from cntools/fix-gha

GHA: Improvements and fixes
Diffstat:
M.github/workflows/build.yml | 23++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: Build cnping on: push: pull_request: + workflow_dispatch: jobs: Build-for-Linux: @@ -21,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