diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cdea322515..4a9b5fbbc9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -60,10 +60,6 @@ jobs: # - name: Autobuild # uses: github/codeql-action/autobuild@v3 - # Install dotnet wasm buildtools workload - - name: Install .NET WASM Build Tools - run: dotnet workload install wasm-tools - # Restore npm dependencies - name: Restore npm dependencies run: npm install