|
|
|
@ -35,7 +35,7 @@ env: |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
build: |
|
|
|
runs-on: windows-latest |
|
|
|
runs-on: windows-2025 |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Print inputs |
|
|
|
- name: Print inputs |
|
|
|
@ -50,6 +50,7 @@ jobs: |
|
|
|
if: github.event.inputs.ref == '' |
|
|
|
if: github.event.inputs.ref == '' |
|
|
|
with: |
|
|
|
with: |
|
|
|
submodules: recursive |
|
|
|
submodules: recursive |
|
|
|
|
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
- name: Checkout specific build and submodules |
|
|
|
- name: Checkout specific build and submodules |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
@ -57,6 +58,7 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ github.event.inputs.ref }} |
|
|
|
ref: ${{ github.event.inputs.ref }} |
|
|
|
submodules: recursive |
|
|
|
submodules: recursive |
|
|
|
|
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
- name: Add MSBuild to PATH |
|
|
|
- name: Add MSBuild to PATH |
|
|
|
uses: microsoft/setup-msbuild@v2 |
|
|
|
uses: microsoft/setup-msbuild@v2 |
|
|
|
|