Skip to content

Commit

Permalink
Pinned dotnet-ilverify to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharper committed Nov 19, 2024
1 parent 1b975ba commit 7fc9c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dotnet-script
run: dotnet tool install --global dotnet-script
- name: Install dotnet-ilverify
run: dotnet tool install --global dotnet-ilverify
run: dotnet tool install --global dotnet-ilverify --version 8.0.0

- name: Run build script
run: dotnet-script build/build.csx
Expand Down

0 comments on commit 7fc9c61

Please sign in to comment.