Skip to content

Commit 7fc9c61

Browse files
committed
Pinned dotnet-ilverify to 8.0.0
1 parent 1b975ba commit 7fc9c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dotnet-script
1717
run: dotnet tool install --global dotnet-script
1818
- name: Install dotnet-ilverify
19-
run: dotnet tool install --global dotnet-ilverify
19+
run: dotnet tool install --global dotnet-ilverify --version 8.0.0
2020

2121
- name: Run build script
2222
run: dotnet-script build/build.csx

0 commit comments

Comments
 (0)