Skip to content

Commit 13dfc7b

Browse files
committed
Restore FSharp.Compiler.Service.fsproj
1 parent cb6cb8e commit 13dfc7b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
global-json-file: ${{ env.FSHARP_DIR }}/global.json
3131
- name: Restore tools
3232
run: dotnet tool restore
33-
33+
- name: Restore FSharp.Compiler.Service.fsproj
34+
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
3435
- name: Build FCS
3536
run: dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true
3637
working-directory: ${{ env.FSHARP_DIR }}

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
global-json-file: ${{ env.FSHARP_DIR }}/global.json
2626
- name: Restore tools
2727
run: dotnet tool restore
28+
- name: Restore FSharp.Compiler.Service.fsproj
29+
run: dotnet restore FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
2830

2931
- name: Build FCS
3032
run: dotnet build src/Compiler/FSharp.Compiler.Service.fsproj /p:BUILDING_USING_DOTNET=true

0 commit comments

Comments
 (0)