From 268944e00988a2309c2972b226fb602e07cfa166 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 13:43:32 +0200 Subject: [PATCH] fix formatting --- .github/workflows/build-majestic.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index e22323ba7..a1ca7b988 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -349,14 +349,14 @@ jobs: ghc-version: 8 - name: Install libpgf for GHC - shell: pwsh - run: | - $ghcLibDir = ghc --print-libdir - $ghcRoot = Split-Path (Split-Path $ghcLibDir -Parent) -Parent + shell: pwsh + run: | + $ghcLibDir = ghc --print-libdir + $ghcRoot = Split-Path (Split-Path $ghcLibDir -Parent) -Parent - Copy-Item "${{ github.workspace }}\lib\*" "$ghcRoot\mingw\lib\" -Force - Copy-Item "${{ github.workspace }}\include\pgf" "$ghcRoot\mingw\include\" -Recurse -Force - Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcRoot\bin\" -Force + Copy-Item "${{ github.workspace }}\lib\*" "$ghcRoot\mingw\lib\" -Force + Copy-Item "${{ github.workspace }}\include\pgf" "$ghcRoot\mingw\include\" -Recurse -Force + Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcRoot\bin\" -Force - name: Install Haskell build tools run: |