Skip to content

Commit

Permalink
gha: cleanup multiple install steps
Browse files Browse the repository at this point in the history
Don't remember a good reason why I did that.
  • Loading branch information
dreua committed Feb 19, 2024
1 parent 66068b4 commit 5ffbbac
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5ffbbac

Please sign in to comment.