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.
1 parent fc45e18 commit 64feaceCopy full SHA for 64feace
.github/workflows/build-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install test dependencies
24
run: dotnet restore test
25
- name: Install build dependencies
26
- run: dotnet restore
+ run: dotnet restore Build.fsproj
27
#- name: Check formatting
28
# run: dotnet fantomas . -r --check
29
- name: Build
0 commit comments