instead libpgf copy all dlls

This commit is contained in:
Krasimir Angelov
2026-09-09 14:13:09 +02:00
parent 3658c5063c
commit 056b91ba2b
+1 -1
View File
@@ -355,7 +355,7 @@ jobs:
Copy-Item "${{ github.workspace }}\lib\*" "$ghcLibDir\..\mingw\lib\" -Force Copy-Item "${{ github.workspace }}\lib\*" "$ghcLibDir\..\mingw\lib\" -Force
Copy-Item "${{ github.workspace }}\include\pgf" "$ghcLibDir\..\mingw\include\" -Recurse -Force Copy-Item "${{ github.workspace }}\include\pgf" "$ghcLibDir\..\mingw\include\" -Recurse -Force
Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcLibDir\..\bin\" -Force Copy-Item "${{ github.workspace }}\bin\*" "$ghcLibDir\..\bin\" -Force
- name: Install Haskell build tools - name: Install Haskell build tools
run: | run: |