Skip to content

Commit

Permalink
Merge pull request #96 from nojaf/main
Browse files Browse the repository at this point in the history
Restore tools later
  • Loading branch information
nojaf authored Nov 11, 2023
2 parents fe8bbca + 8aa8450 commit e4edc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore tools
run: dotnet tool restore
- name: Checkout fsharp main
uses: actions/checkout@v3
with:
Expand All @@ -29,6 +27,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: ${{ env.FSHARP_DIR }}/global.json
- name: Restore tools
run: dotnet tool restore
- name: Restore local FSharp.Core project in current repo
run: dotnet restore FSharp.Core\FSharp.Core.fsproj
- name: Build FSharp.Core in fsharp main
Expand Down

0 comments on commit e4edc8c

Please sign in to comment.