Skip to content

Commit

Permalink
Merge pull request #4 from mockingbirdnest/Actions
Browse files Browse the repository at this point in the history
Specify the configurations
  • Loading branch information
pleroy authored Apr 7, 2024
2 parents d35bdd9 + 372ee66 commit 79581e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
configuration: [Debug, Release]
steps:
- name: Checkout source files
uses: actions/checkout@v4
Expand Down

0 comments on commit 79581e4

Please sign in to comment.