Skip to content

Commit

Permalink
remove python3-uinput from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Sep 5, 2024
1 parent 5ada960 commit 4a20cc9
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/debbuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,3 @@ jobs:
with:
name: keyboard-center
path: ./linux_packaging/DEB-keyboard-center/*.deb

python3-uinput:
runs-on: ubuntu-latest

steps:

- name: checkout repository
uses: actions/checkout@v3

- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y curl git
#curl -fsSL lure.sh/install | bash ## does not work currently
- name: install lure
run: |
wget https://gitea.elara.ws/lure/lure/releases/download/v0.1.3/linux-user-repository-0.1.3-linux-x86_64.deb -O lure.deb
sudo apt-get install -y ./lure.deb
rm lure.deb
- name: build deb package
run: cd ./linux_packaging/DEB-python3-uinput/ && lure build -c

- name: save deb file
uses: actions/upload-artifact@master
with:
name: python3-uinput
path: ./linux_packaging/DEB-python3-uinput/*.deb

0 comments on commit 4a20cc9

Please sign in to comment.