From 10f6865c5ce573c0666195d9de60254aa38dcd64 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Tue, 26 Oct 2021 22:14:07 -0400 Subject: [PATCH] i hate ci --- .github/workflows/ci-suite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index d50673c9e0..1c40a0f934 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@v1 - name: Upgrade NPM - run: npm install -g npm + run: sudo npm install -g npm - name: Build Docker Image run: docker build . -f build/Dockerfile @@ -133,9 +133,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: 12.x - - - name: Upgrade NPM - run: sudo npm install -g npm - name: Setup dotnet uses: actions/setup-dotnet@v1 @@ -144,6 +141,9 @@ jobs: - name: Checkout uses: actions/checkout@v1 + + - name: Upgrade NPM + run: sudo npm install -g npm - name: Build run: dotnet build -c ${{ matrix.configuration }}NoService