Skip to content

Commit

Permalink
Add diagnostic dump to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duckfullstop committed Jan 17, 2025
1 parent fdcc9e5 commit d233939
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
label: linux-arm64
runs-on: ${{ matrix.arch.os }}
steps:
- name: Diagnostic information
run: |
uname -a
- name: Git checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d233939

Please sign in to comment.