Skip to content

Commit 64feace

Browse files
committed
Fix build action
1 parent fc45e18 commit 64feace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install test dependencies
2424
run: dotnet restore test
2525
- name: Install build dependencies
26-
run: dotnet restore
26+
run: dotnet restore Build.fsproj
2727
#- name: Check formatting
2828
# run: dotnet fantomas . -r --check
2929
- name: Build

0 commit comments

Comments
 (0)