Skip to content

Commit

Permalink
experiment: check gh availability on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
David Desmarais-Michaud committed Nov 6, 2023
1 parent 41c75dc commit a904aa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: check gh
shell: bash
run: command -v gh

- name: Setup Go environment
uses: actions/setup-go@v3.3.1
with:
Expand Down

0 comments on commit a904aa8

Please sign in to comment.