Skip to content

Commit 0acd88f

Browse files
authored
Update autoconf-check.yml
1 parent b209cf2 commit 0acd88f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/autoconf-check.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: actions/download-artifact@v4
4545
with:
4646
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
4949
- name: Unpack the "Release" tarball
5050
run: tar xvf release.tar.gz
5151
- name: Setup image and run bats tests
@@ -66,8 +66,6 @@ jobs:
6666
uses: actions/download-artifact@v4
6767
with:
6868
name: test-tarball
69-
- name: Install git so we get the .github directory
70-
run: pacman -Sy --noconfirm git
7169
- name: Unpack the "Release" tarball
7270
run: tar xvf release.tar.gz
7371
- name: Setup image and run bats tests
@@ -88,8 +86,6 @@ jobs:
8886
uses: actions/download-artifact@v4
8987
with:
9088
name: test-tarball
91-
- name: Install git so we get the .github directory
92-
run: dnf install -y git
9389
- name: Unpack the "Release" tarball
9490
run: tar xvf release.tar.gz
9591
- name: Setup image and run bats tests
@@ -122,10 +118,6 @@ jobs:
122118
uses: actions/download-artifact@v4
123119
with:
124120
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
129121
- name: Unpack the "Release" tarball
130122
run: |
131123
ls -atrl

0 commit comments

Comments
 (0)