diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db16daaaf7..f27e09ad17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,9 +175,6 @@ jobs: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - - name: Restore - run: dotnet tool restore - - name: Install dependencies run: npm ci @@ -281,9 +278,6 @@ jobs: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - - name: Restore - run: dotnet tool restore - - name: Install dependencies run: npm ci @@ -367,7 +361,6 @@ jobs: run: | nuget help | grep Version msbuild -version - dotnet --info node --version npm --version echo "GitHub ref: $GITHUB_REF"