Set workdir on the git-checkout step. Stupid

This commit is contained in:
2025-06-09 11:42:35 -05:00
parent 15d5f9872c
commit 6c0578e466

View File

@@ -42,6 +42,7 @@ jobs:
run: git clone ${{ github.event.repository.clone_url }} run: git clone ${{ github.event.repository.clone_url }}
- name: Switch to Debian package branch - name: Switch to Debian package branch
run: git checkout deb run: git checkout deb
working-directory: ./gt-tool
- name: Install build-deps - name: Install build-deps
run: apt-get build-dep . run: apt-get build-dep .
working-directory: ./gt-tool working-directory: ./gt-tool