Skip to content

Commit

Permalink
Run regular builds on GH Actions general CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 16, 2024
1 parent 263f090 commit b076455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
matrix:
os: [macos-latest, ubuntu-24.04]
include:
- os: win-signing
- os: ${{startsWith(github.ref, 'refs/tags/v') && 'win-signing' || 'windows-latest'}}
target: x64
- os: win-signing
- os: ${{startsWith(github.ref, 'refs/tags/v') && 'win-signing' || 'windows-latest'}}
target: x86

steps:
- uses: actions/checkout@v3
with:
submodules: true

# - name: Add MSBuild to PATH (Windows)
# if: startsWith(matrix.os, 'windows')
# uses: microsoft/[email protected]
- name: Add MSBuild to PATH (Windows)
if: startsWith(matrix.os, 'windows')
uses: microsoft/[email protected]

- name: Install dependencies
uses: ConorMacBride/install-package@v1
Expand Down

0 comments on commit b076455

Please sign in to comment.