diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 21:21:56 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 21:39:30 +0100 |
commit | d5bbd85047965a929f246894a292bce788c6e78c (patch) | |
tree | 410a6836c3aebf373aa17cd66f0b4b7b8a5615a6 /.github/workflows/debian.yml | |
parent | workflows/ppa: do it for commits also (diff) | |
download | linux-status-d5bbd85047965a929f246894a292bce788c6e78c.tar.gz linux-status-d5bbd85047965a929f246894a292bce788c6e78c.zip |
workflows: prettify?
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debian.yml | 4 |
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: |