From dd4775a45394fd8b778d7f32f21a43fb19f6f193 Mon Sep 17 00:00:00 2001 From: Richard Fox Date: Tue, 19 Dec 2023 03:30:11 -0800 Subject: [PATCH] fix(ci): simplify build --- .github/workflows/build..yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build..yml b/.github/workflows/build..yml index 1aa68f6..7393e5b 100644 --- a/.github/workflows/build..yml +++ b/.github/workflows/build..yml @@ -19,17 +19,6 @@ jobs: steps: - uses: actions/checkout@v2 - - - name: Install dependencies - working-directory: ./RNNoise.NET - run: dotnet restore - - name: Build working-directory: ./RNNoise.NET - run: | - dotnet build --configuration Release --no-restore - dotnet pack -c Release RNNoise.NET.csproj - - - name: Test - working-directory: ./RNNoise.NET - run: dotnet test --no-restore --verbosity normal + run: dotnet build --configuration Release