Skip to content

Commit

Permalink
Lil CI workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jan 3, 2023
1 parent 6f87353 commit 5152e45
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build / Deploy

on:
push:
Expand All @@ -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:
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit 5152e45

Please sign in to comment.