Skip to content

Commit

Permalink
ci: add back tar for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 5, 2023
1 parent 1cc6b5c commit 985abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
dnf5 update -y
dnf5 install -y git make gcc ccache flex bison elfutils-devel parted vboot-utils golang xz bc
dnf5 install -y git make gcc ccache flex bison elfutils-devel parted vboot-utils golang xz bc tar
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 985abb2

Please sign in to comment.