Skip to content

Commit ccdc34e

Browse files
committed
restore projects
1 parent 6e5cc91 commit ccdc34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Restore tools
2424
run: dotnet tool restore
2525
- name: Restore projects
26-
run: dotnet restore
26+
run: dotnet restore FSharp.Core\FSharp.Core.fsproj
2727
- name: Checkout fsharp master
2828
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b feature/docs
2929
- name: Build fsharp master

0 commit comments

Comments
 (0)