Try relative pathing to get into the project dir

This commit is contained in:
2025-06-09 11:40:50 -05:00
parent 660ca7353d
commit 15d5f9872c

View File

@@ -44,7 +44,7 @@ jobs:
run: git checkout deb
- name: Install build-deps
run: apt-get build-dep .
working-directory: /root/gt-tool
working-directory: ./gt-tool
- name: Build the package
run: gbp buildpackage
- name: Install the tool we just built