Skip to content

Commit

Permalink
.github/workflows/ubuntu-distcheck.yml: fixing a bug of unordered ste…
Browse files Browse the repository at this point in the history
…ps in the workflow
  • Loading branch information
andrewdavidsmith committed Aug 9, 2024
1 parent be5dbd5 commit 8af26b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: make
- name: Run falco tests
run: make check
- name: Cleanup after the build
run: make distclean
- name: Check the distribution
run: make distcheck
- name: Cleanup after the build
run: make distclean

0 comments on commit 8af26b8

Please sign in to comment.