aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/debian.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 20:26:57 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 20:26:57 +0100
commitb10206f038c03348b3c89be52e24ed5917d965f0 (patch)
tree4d6ef92afc6f4c764ac4f10d478526285b93d336 /.github/workflows/debian.yml
parentdebian: 2.0.3-4 (diff)
downloadconfig-links-b10206f038c03348b3c89be52e24ed5917d965f0.tar.gz
config-links-b10206f038c03348b3c89be52e24ed5917d965f0.zip
workflows: prettify?
Diffstat (limited to '')
-rw-r--r--.github/workflows/debian.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml
index 5b4f81c..762071c 100644
--- a/.github/workflows/debian.yml
+++ b/.github/workflows/debian.yml
@@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
- run: cd debian && sudo make deps
+ run: sudo make -C debian deps
- name: Build binary package
- run: cd debian && make bin/test
+ run: make -C debian bin/test
- name: Upload binary package
uses: actions/upload-artifact@v3
with: