Test Modified Ports #2
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: Test Modified Ports | |
on: | |
workflow_dispatch: | |
jobs: | |
Windows: | |
runs-on: | |
- self-hosted | |
- "1ES.Pool=vcpkg-windows-wus" | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
# fetch-depth 50 tries to ensure we capture the whole history of the branch | |
fetch-depth: 50 | |
- name: Bootstrap | |
run: ./bootstrap-vcpkg.sh | |
- name: Example | |
shell: pwsh | |
run: Write-Host 'Running on 1ES Hosted GitHub Runners' |