Skip to content

Commit

Permalink
more faffing about
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Oct 1, 2021
1 parent 88403e3 commit 8039678
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) &&
Expand Down

0 comments on commit 8039678

Please sign in to comment.