diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc4e803..1abc226 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,9 @@ jobs: - name: Restore tools run: dotnet tool restore + - name: Restore solution + run: dotnet restore + - name: Build docs run: dotnet fsdocs build --noapidocs --projects "$(pwd)/Fable.Daemon/Fable.Daemon.fsproj"