Skip to content

Commit 9c2cdb1

Browse files
authored
Update pr.yml
1 parent f55fcdd commit 9c2cdb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ jobs:
4141
- name: Build FSharp.Formatting main
4242
run: dotnet fsi ./build.fsx -t Build
4343
working-directory: ${{ env.FSF_DIR }}
44+
- name: Restore local FSharp.Core project in current repo
45+
run: dotnet restore FSharp.Core/FSharp.Core.fsproj
4446
- name: Run fsdocs
4547
run: dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}

0 commit comments

Comments
 (0)