Skip to content

Commit

Permalink
Merge pull request #110 from cntools/fix-gha
Browse files Browse the repository at this point in the history
GHA: Improvements and fixes
  • Loading branch information
cnlohr committed Feb 19, 2024
2 parents 5e293da + 5ffbbac commit 0fd9324
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/build.yml
Expand Up @@ -3,6 +3,7 @@ name: Build cnping
on:
push:
pull_request:
workflow_dispatch:

jobs:
Build-for-Linux:
Expand All @@ -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
Expand Down

0 comments on commit 0fd9324

Please sign in to comment.