Skip to content

Commit

Permalink
rpm workflow: fix removal order of packages during test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Jan 24, 2024
1 parent a677e0d commit 07c991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: Test package removal
run: |
rpm -e libtrace4-tools
rpm -e libtrace4-devel
rpm -e libtrace4
rpm -e libpacketdump4-devel
rpm -e libtrace4-devel
rpm -e libpacketdump4
rpm -e libtrace4
publish:
Expand Down

0 comments on commit 07c991b

Please sign in to comment.