Skip to content

Commit

Permalink
Output OS and architecture of runner in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 27, 2024
1 parent 4beba02 commit 972bdcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
with:
fetch-depth: '0' # to compute the monotonic version correctly
submodules: true
- name: Output runner info
run: uname -a
- name: Fetch versions and paths
run: |
for mod in "${{ env.VCPKG_ROOT }}" "${{ env.MIXXX_ROOT }}"; do
Expand Down

0 comments on commit 972bdcc

Please sign in to comment.