Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/image-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
paths:
- .github/docker_images/aws-lc/windows/Dockerfile.ltsc2022
- .github/docker_images/scripts/**
- .github/workflows/image-build-windows.yml
concurrency:
group: ${{ inputs.concurrency_prefix || github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
Expand All @@ -42,6 +43,8 @@ jobs:
vs2022: ${{ steps.images.outputs.vs2022 }}
sde: ${{ steps.images.outputs.sde }}
steps:
- name: Enable long paths
run: git config --global core.longpaths true
- uses: actions/checkout@v5
- name: Login to Amazon ECR
id: login-ecr
Expand Down Expand Up @@ -138,6 +141,8 @@ jobs:
outputs:
ltsc2022: ${{ steps.images.outputs.ltsc2022 }}
steps:
- name: Enable long paths
run: git config --global core.longpaths true
- uses: actions/checkout@v5
- name: Login to Amazon ECR
id: login-ecr
Expand Down
Loading