Skip to content

Commit f97b0da

Browse files
committed
tmp
1 parent bb91eba commit f97b0da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666
needs: build
6767

6868
steps:
69+
- name: install tar
70+
run: |
71+
dnf update -y \
72+
&& dnf install -y tar \
73+
&& dnf clean all
74+
6975
- name: shallow clone
7076
uses: actions/checkout@v5
7177
if: "!startsWith(github.ref, 'refs/tags/')"

0 commit comments

Comments
 (0)