Set workdir on the git-checkout step. Stupid
This commit is contained in:
@@ -42,6 +42,7 @@ jobs:
|
||||
run: git clone ${{ github.event.repository.clone_url }}
|
||||
- name: Switch to Debian package branch
|
||||
run: git checkout deb
|
||||
working-directory: ./gt-tool
|
||||
- name: Install build-deps
|
||||
run: apt-get build-dep .
|
||||
working-directory: ./gt-tool
|
||||
|
||||
Reference in New Issue
Block a user