From 5152e45de9f1e806636008f56922740ec2cf8fbe Mon Sep 17 00:00:00 2001 From: simon-wh Date: Tue, 3 Jan 2023 14:27:10 +0000 Subject: [PATCH] Lil CI workflow cleanup --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 019c83f..0e9e2da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: Build / Deploy on: push: @@ -10,9 +10,6 @@ env: # Path to the solution file relative to the root of the project. SOLUTION_FILE_PATH: windows/wooting-rgb-sdk.sln - # Configuration type to build. - # You can convert this to a build matrix if you need coverage of multiple configuration types. - # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix BUILD_CONFIGURATION: Release permissions: @@ -56,10 +53,6 @@ jobs: if: startsWith(matrix.os, 'mac') run: cd mac && make CDEFS="-Werror" - # - name: Restore NuGet packages - # working-directory: ${{env.GITHUB_WORKSPACE}} - # run: nuget restore ${{env.SOLUTION_FILE_PATH}} - - name: Build (Windows) if: startsWith(matrix.os, 'windows') working-directory: ${{env.GITHUB_WORKSPACE}}