-- adapt LIN demo schedule to make testing consistent (#733) #139
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows build | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
build-win-x64: | |
runs-on: windows-latest | |
environment: public-github-runners | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: ./.github/actions/build-cmake-preset | |
with: | |
preset-name: vs141-x64-release | |