We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bb6b6 commit 7ae40c9Copy full SHA for 7ae40c9
.github/workflows/autoconf-check.yml
@@ -40,12 +40,12 @@ jobs:
40
container:
41
image: ${{ matrix.os }}:${{ matrix.version }}
42
steps:
43
+ - name: Install git so we get the .github directory
44
+ run: emerge dev-vcs/git sys-libs/glibc
45
- name: Download Artifact
46
uses: actions/download-artifact@v4
47
with:
48
name: test-tarball
- - name: Install git so we get the .github directory
- run: emerge dev-vcs/git
49
- name: Unpack the "Release" tarball
50
run: tar xvf release.tar.gz
51
- name: Setup image and run bats tests
0 commit comments