Skip to content

Commit

Permalink
Initialize the build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Apr 7, 2024
1 parent 9f661ee commit b0a3f95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Checkout source files
uses: actions/checkout@v4

- name: Initialize build environment
uses: mockingbirdnest/actions/windows/initialize_build@main
with:
configuration: ${{ matrix.configuration }}

- name: Upload artifact
uses: mockingbirdnest/actions/windows/upload_artifact@main
with:
Expand Down

0 comments on commit b0a3f95

Please sign in to comment.