We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe8bbca + 8aa8450 commit e4edc8cCopy full SHA for e4edc8c
.github/workflows/docs.yml
@@ -17,8 +17,6 @@ jobs:
17
runs-on: windows-latest
18
steps:
19
- uses: actions/checkout@v3
20
- - name: Restore tools
21
- run: dotnet tool restore
22
- name: Checkout fsharp main
23
uses: actions/checkout@v3
24
with:
@@ -29,6 +27,8 @@ jobs:
29
27
uses: actions/setup-dotnet@v3
30
28
31
global-json-file: ${{ env.FSHARP_DIR }}/global.json
+ - name: Restore tools
+ run: dotnet tool restore
32
- name: Restore local FSharp.Core project in current repo
33
run: dotnet restore FSharp.Core\FSharp.Core.fsproj
34
- name: Build FSharp.Core in fsharp main
0 commit comments