Skip to content

Commit

Permalink
Merge pull request #7 from mockingbirdnest/WF
Browse files Browse the repository at this point in the history
Use the new actions
  • Loading branch information
pleroy authored May 18, 2023
2 parents 3e151d9 + 38d0372 commit 4c809c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,22 @@ jobs:
- name: Checkout source files
uses: actions/checkout@v3

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

- name: Download glog artifact
uses: mockingbirdnest/actions/windows/download_artifact@main
with:
name: glog
configuration: ${{ matrix.configuration }}

- name: Download googletest artifact
uses: mockingbirdnest/actions/windows/download_artifact@main
with:
name: googletest
configuration: ${{ matrix.configuration }}

- name: Rebuild ${{ matrix.configuration }}
uses: mockingbirdnest/actions/windows/rebuild@main
Expand Down

0 comments on commit 4c809c8

Please sign in to comment.