Install devscripts for debuild.
All checks were successful
Build and Publish / build-wheel (push) Successful in 54s

Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
This commit is contained in:
2024-07-22 13:48:05 -07:00
parent 243ecce5f0
commit cc2ad03a5a

View File

@@ -13,7 +13,7 @@ jobs:
uses: https://git.bluequartz.xyz/actions/checkout@v4 uses: https://git.bluequartz.xyz/actions/checkout@v4
- name: Enable package installs - name: Enable package installs
run: apt update run: apt update && apt -y install devscripts
- name: Install build-deps - name: Install build-deps
run: apt-get -y build-dep . run: apt-get -y build-dep .