Skip to content

Commit cad7518

Browse files
authored
Downgrade to Yardarm 0.3.3
There's a polymorphism bug in 0.3.4
1 parent 93ce48d commit cad7518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
dotnet-version: 6.0.x
2323
- name: Install Yardarm
24-
run: dotnet tool install --global --version 0.3.4 Yardarm.CommandLine
24+
run: dotnet tool install --global --version 0.3.3 Yardarm.CommandLine
2525
- name: Install GitVersion
2626
uses: gittools/actions/gitversion/setup@v0.9.15
2727
with:

0 commit comments

Comments
 (0)