another variant

This commit is contained in:
Krasimir Angelov
2026-09-09 14:01:42 +02:00
parent 268944e009
commit 3658c5063c
+3 -4
View File
@@ -352,11 +352,10 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
$ghcLibDir = ghc --print-libdir $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 }}\lib\*" "$ghcLibDir\..\mingw\lib\" -Force
Copy-Item "${{ github.workspace }}\include\pgf" "$ghcRoot\mingw\include\" -Recurse -Force Copy-Item "${{ github.workspace }}\include\pgf" "$ghcLibDir\..\mingw\include\" -Recurse -Force
Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcRoot\bin\" -Force Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcLibDir\..\bin\" -Force
- name: Install Haskell build tools - name: Install Haskell build tools
run: | run: |