Skip to content

Commit d8c8ff3

Browse files
committed
dotnet workload install keeps failing
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent acb609d commit d8c8ff3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ RUN set -e; \
161161
&& gem install bundler cocoapods \
162162
&& gem --version \
163163
&& bundler --version \
164-
&& dotnet workload install wasm-tools \
165-
&& dotnet workload list \
166164
&& cd /opt/cdxgen && corepack enable && corepack pnpm install --config.strict-dep-builds=true --prod --package-import-method copy --frozen-lockfile && corepack pnpm cache delete \
167165
&& mkdir -p /opt/cdxgen-node-cache \
168166
&& chown -R cyclonedx:cyclonedx /opt/cdxgen /opt/cdxgen-node-cache \

0 commit comments

Comments
 (0)