Skip to content

Commit

Permalink
Update runner.yml - added Where am I?
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl authored Oct 14, 2024
1 parent 84926bf commit d2b28e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- name: Where am I?
run: |
pwd
ls -R .
- name: Setup Golang
uses: actions/setup-go@main
with:
Expand Down

0 comments on commit d2b28e3

Please sign in to comment.