fix: Downgrade to 10.0.22621 for Build Tools compatibility #58
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: Update Uno Sdk (PR) | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/stable/* | |
paths: | |
- .github/workflows/uno-updater-pr.yml | |
- .github/actions/sdk-update/* | |
- tools/Uno.Sdk.Updater/* | |
jobs: | |
manifest-update: | |
runs-on: windows-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: "Sdk Update" | |
uses: ./.github/actions/sdk-update |