Skip to content

Commit

Permalink
installed dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 13, 2024
1 parent e0ff0c0 commit aa7b3f4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/delete-old-versions-in-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
delete-old-versions-in-archive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install DNF
run: sudo apt-get install -y dnf

- name: cleanup
run: bash .github/scripts/delete-old-cloudsmith-artifacts.sh
- name: Checkout code
uses: actions/checkout@v4

- name: Run cleanup script
run: sudo bash .github/scripts/delete-old-cloudsmith-artifacts.sh

0 comments on commit aa7b3f4

Please sign in to comment.