Skip to content

Commit

Permalink
Add installation for Debian dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjakeway committed Mar 7, 2024
1 parent fee4a7c commit 932e0f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish Loupe UX Server Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: List files in the cmakebuild folder to check what's been created
run: |
ls -Rl ${{ github.workspace }}/src/LuxServer/cmakebuild
- name: Install Debian dependencies
run: sudo apt-get update && sudo apt-get install -y dh-make debhelper
- name: Create Directory and Add Files
run: |
mkdir -p ${{ github.workspace }}/src/LuxServer/cmakebuild/debianpackage/DEBIAN/control
Expand Down

0 comments on commit 932e0f5

Please # to comment.