Remove configuration matrix

This commit is contained in:
Gerrit 2023-05-30 13:33:40 +02:00
parent 5fd0b63c76
commit 9611eb6522
2 changed files with 1 additions and 6 deletions

View file

@ -9,12 +9,7 @@ on:
jobs:
build:
strategy:
matrix:
configuration: [Release]
runs-on: windows-latest
env:
solution: AmagnoVirtualPrinter.sln
configuration: Release

View file

@ -9,7 +9,7 @@ jobs:
call-build:
uses: ./.github/workflows/build.yml
build:
release:
runs-on: windows-latest
needs: call-build
steps: