Add minimal test-modified-ports workflow. (#41954)

This commit is contained in:
Billy O'Neal 2024-11-04 10:14:40 -08:00 committed by GitHub
parent 5f4628b89f
commit a9b7601348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,21 @@
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'