mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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
|
||||
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
|
||||
|
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user