Skip to content

Commit 7ae40c9

Browse files
authored
Update autoconf-check.yml
1 parent 15bb6b6 commit 7ae40c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoconf-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
container:
4141
image: ${{ matrix.os }}:${{ matrix.version }}
4242
steps:
43+
- name: Install git so we get the .github directory
44+
run: emerge dev-vcs/git sys-libs/glibc
4345
- name: Download Artifact
4446
uses: actions/download-artifact@v4
4547
with:
4648
name: test-tarball
47-
- name: Install git so we get the .github directory
48-
run: emerge dev-vcs/git
4949
- name: Unpack the "Release" tarball
5050
run: tar xvf release.tar.gz
5151
- name: Setup image and run bats tests

0 commit comments

Comments
 (0)