Skip to content

Commit 3a5af09

Browse files
authored
Change installWorkloads to false in CI build
1 parent de78e34 commit 3a5af09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
2020
with:
2121
productNamespacePrefix: ReactiveUI.SourceGenerators
22-
installWorkloads: true
22+
installWorkloads: false
2323
secrets:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2525

0 commit comments

Comments
 (0)