;ci: binaries-mac: show platform info

This commit is contained in:
Simon Michael 2024-04-19 00:16:06 -10:00
parent c774991398
commit cbe1fde037
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,11 @@ jobs:
stack: stack
steps:
- name: Show platform info
run: |
arch
uname -a
- name: Check out
uses: actions/checkout@v4
# have to fetch everything for git describe for --version

View File

@ -16,6 +16,11 @@ jobs:
stack: stack --stack-yaml=stack9.4.yaml
steps:
- name: Show platform info
run: |
arch
uname -a
- name: Check out
uses: actions/checkout@v4
# have to fetch everything for git describe for --version