Try reverting c4fc562ad6c3973268a0a22d1ea68ae5d76c98bf #430
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: Pull Request Build | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: windows-2022 | |
name: Swift/WinRT PR Build & Test | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- uses: ./.github/actions/windows-build | |
with: | |
config: debug | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |