Skip to content

Commit

Permalink
add more dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 23, 2023
1 parent bb75fa2 commit 2a85dc8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache DNF packages
uses: actions/cache@v2
with:
path: /var/cache/dnf
key: dnf-${{ runner.os }}
restore-keys: |
dnf-${{ runner.os }}-
dnf-
- name: Install dependencies
run: |
dnf install -y \
Expand All @@ -26,6 +35,8 @@ jobs:
xfsprogs \
dosfstools \
grub2 \
parted \
losetup \
grub2-efi \
uboot-images-armv8 \
uboot-tools \
Expand Down

0 comments on commit 2a85dc8

Please sign in to comment.