From 8039678fe302ad7b732d34f2050a838653896fcb Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 1 Oct 2021 22:23:07 +0100 Subject: [PATCH] more faffing about --- .github/workflows/install-dist.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/install-dist.yml b/.github/workflows/install-dist.yml index aef860f..4b300bc 100644 --- a/.github/workflows/install-dist.yml +++ b/.github/workflows/install-dist.yml @@ -34,7 +34,9 @@ jobs: with: name: dist-for-installation-test - name: Install in a perl:5.34 container - run: cpanm *.tar.gz + run: | + echo '${{ github.run_id }}' + cpanm *.tar.gz install-openbsd: runs-on: macos-10.15 needs: build @@ -50,6 +52,7 @@ jobs: environment_variables: GITHUB_RUN_ID shell: bash run: | + echo $GITHUB_RUN_ID && sudo pkg_add go git gmake && git clone https://github.com/cli/cli.git gh-cli && (cd gh-cli && sudo gmake install) &&