Skip to content

Commit

Permalink
workflows: update workflow to build python-xlib
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 5, 2024
1 parent 1fb17f7 commit 83b50a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Make
name: make

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install meson shellcheck scdoc
sudo apt-get install meson shellcheck scdoc python3-xlib python3-setuptools-scm
- name: Initialize submodules
run: |
git submodule update --init --recursive
Expand All @@ -28,6 +28,9 @@ jobs:
run: |
./configure.sh --prefix=/usr
sudo make PREFIX=/usr install
- name: Make user package
./configure.sh --user-install
make install
- name: Make release
run: |
make release

0 comments on commit 83b50a6

Please sign in to comment.