Skip to content

Commit

Permalink
List users on ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Feb 13, 2024
1 parent 6796dd6 commit 068c69a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
fetch-depth: 0 # need a full checkout for `git describe`

- name: List users ubuntu
run: getent passwd
if: ${{ contains(matrix.os, 'ubuntu') }}

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

0 comments on commit 068c69a

Please sign in to comment.