From a430c027c2f2458be137e5fe159c57eeb3153404 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Aug 2024 10:59:08 -0700 Subject: Print system architecture at beginning of build script. --- .cirrus/build_pandoc_package.ps1 | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3