File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 44
44
uses : actions/download-artifact@v4
45
45
with :
46
46
name : test-tarball
47
- - name : Install git so we get the .github directory
48
- run : zypper install -y git
47
+ - name : Install needed unpack tools
48
+ run : zypper install -y tar
49
49
- name : Unpack the "Release" tarball
50
50
run : tar xvf release.tar.gz
51
51
- name : Setup image and run bats tests
66
66
uses : actions/download-artifact@v4
67
67
with :
68
68
name : test-tarball
69
- - name : Install git so we get the .github directory
70
- run : pacman -Sy --noconfirm git
71
69
- name : Unpack the "Release" tarball
72
70
run : tar xvf release.tar.gz
73
71
- name : Setup image and run bats tests
88
86
uses : actions/download-artifact@v4
89
87
with :
90
88
name : test-tarball
91
- - name : Install git so we get the .github directory
92
- run : dnf install -y git
93
89
- name : Unpack the "Release" tarball
94
90
run : tar xvf release.tar.gz
95
91
- name : Setup image and run bats tests
@@ -122,10 +118,6 @@ jobs:
122
118
uses : actions/download-artifact@v4
123
119
with :
124
120
name : test-tarball
125
- - name : Install git so we get the .github directory
126
- run : |
127
- apt-get update
128
- apt-get install -y git
129
121
- name : Unpack the "Release" tarball
130
122
run : |
131
123
ls -atrl
You can’t perform that action at this time.
0 commit comments