diff options
| author | John MacFarlane <[email protected]> | 2024-08-22 10:59:08 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-08-22 10:59:08 -0700 |
| commit | a430c027c2f2458be137e5fe159c57eeb3153404 (patch) | |
| tree | 52bfd5e7620510ae71f3ccf11047d7b8bf253472 | |
| parent | 9e7670b0e013eabdfa116e9e7f94a705e61aa4c3 (diff) | |
Print system architecture at beginning of build script.windows-arm64
| -rw-r--r-- | .cirrus/build_pandoc_package.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus/build_pandoc_package.ps1 b/.cirrus/build_pandoc_package.ps1 index 1dab15e18..4dbbfeeb0 100644 --- a/.cirrus/build_pandoc_package.ps1 +++ b/.cirrus/build_pandoc_package.ps1 @@ -1,3 +1,4 @@ +Write-Output [System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture choco install -y ghc choco install -y wixtoolset choco install -y 7zip.install |
