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 }}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user