Skip to content

Commit

Permalink
fix: update container before starting build
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 18, 2024
1 parent 2d300a1 commit 52b787a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf up -y
dnf install -y $DNF_PKGS
dnf clean all
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf up -y
dnf install -y $DNF_PKGS
dnf clean all
- name: Checkout
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf up -y
dnf install -y $DNF_PKGS
dnf clean all
- name: sanitize artifact name
Expand Down

0 comments on commit 52b787a

Please sign in to comment.