mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-16 07:16:02 -06:00
fix formatting
This commit is contained in:
@@ -349,14 +349,14 @@ jobs:
|
|||||||
ghc-version: 8
|
ghc-version: 8
|
||||||
|
|
||||||
- name: Install libpgf for GHC
|
- name: Install libpgf for GHC
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$ghcLibDir = ghc --print-libdir
|
$ghcLibDir = ghc --print-libdir
|
||||||
$ghcRoot = Split-Path (Split-Path $ghcLibDir -Parent) -Parent
|
$ghcRoot = Split-Path (Split-Path $ghcLibDir -Parent) -Parent
|
||||||
|
|
||||||
Copy-Item "${{ github.workspace }}\lib\*" "$ghcRoot\mingw\lib\" -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 }}\include\pgf" "$ghcRoot\mingw\include\" -Recurse -Force
|
||||||
Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcRoot\bin\" -Force
|
Copy-Item "${{ github.workspace }}\bin\libpgf-0.dll" "$ghcRoot\bin\" -Force
|
||||||
|
|
||||||
- name: Install Haskell build tools
|
- name: Install Haskell build tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user