Actually change into source dir before attempting to build

This commit is contained in:
Maximilian Luz 2020-01-20 00:16:08 +01:00
parent 5a8c51decb
commit 9f2a13aa25
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -117,6 +117,8 @@ jobs:
- name: Build
run: |
cd pkg/debian/linux
export LOCALVERSION="-surface"
make bindeb-pkg -j2