Skip to content

Commit 8aa8450

Browse files
committed
Restore tools later
1 parent fe8bbca commit 8aa8450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
runs-on: windows-latest
1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Restore tools
21-
run: dotnet tool restore
2220
- name: Checkout fsharp main
2321
uses: actions/checkout@v3
2422
with:
@@ -29,6 +27,8 @@ jobs:
2927
uses: actions/setup-dotnet@v3
3028
with:
3129
global-json-file: ${{ env.FSHARP_DIR }}/global.json
30+
- name: Restore tools
31+
run: dotnet tool restore
3232
- name: Restore local FSharp.Core project in current repo
3333
run: dotnet restore FSharp.Core\FSharp.Core.fsproj
3434
- name: Build FSharp.Core in fsharp main

0 commit comments

Comments
 (0)