;ci: binaries-mac: show platform info
This commit is contained in:
parent
c774991398
commit
cbe1fde037
5
.github/workflows/binaries-mac-arm64.yml
vendored
5
.github/workflows/binaries-mac-arm64.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
|||||||
stack: stack
|
stack: stack
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Show platform info
|
||||||
|
run: |
|
||||||
|
arch
|
||||||
|
uname -a
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# have to fetch everything for git describe for --version
|
# have to fetch everything for git describe for --version
|
||||||
|
|||||||
5
.github/workflows/binaries-mac-x64.yml
vendored
5
.github/workflows/binaries-mac-x64.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
|||||||
stack: stack --stack-yaml=stack9.4.yaml
|
stack: stack --stack-yaml=stack9.4.yaml
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Show platform info
|
||||||
|
run: |
|
||||||
|
arch
|
||||||
|
uname -a
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# have to fetch everything for git describe for --version
|
# have to fetch everything for git describe for --version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user