Skip to content

Commit c9cbb1e

Browse files
committed
ci: tryfix
1 parent 9ce0e19 commit c9cbb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
- name: Prepare Esbuild
5353
run: dotnet fsi esbuild-ci.fsx
5454
- name: Test .NET 8
55-
run: dotnet fsi tools.fsx -- test -f=net8.0
55+
run: dotnet fsi tools.fsx -- test -- -f=net8.0
5656
- name: Test .NET 10
57-
run: dotnet fsi tools.fsx -- test -f=net10.0
57+
run: dotnet fsi tools.fsx -- test -- -f=net10.0

0 commit comments

Comments
 (0)