File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 paths :
1818 - .github/docker_images/aws-lc/windows/Dockerfile.ltsc2022
1919 - .github/docker_images/scripts/**
20+ - .github/workflows/image-build-windows.yml
2021concurrency :
2122 group : ${{ inputs.concurrency_prefix || github.workflow }}-${{ github.ref_name }}
2223 cancel-in-progress : true
4243 vs2022 : ${{ steps.images.outputs.vs2022 }}
4344 sde : ${{ steps.images.outputs.sde }}
4445 steps :
46+ - name : Enable long paths
47+ run : git config --global core.longpaths true
4548 - uses : actions/checkout@v5
49+ with :
50+ path : aws-lc
51+ clean : false
4652 - name : Login to Amazon ECR
4753 id : login-ecr
4854 uses : aws-actions/amazon-ecr-login@v2
@@ -138,6 +144,8 @@ jobs:
138144 outputs :
139145 ltsc2022 : ${{ steps.images.outputs.ltsc2022 }}
140146 steps :
147+ - name : Enable long paths
148+ run : git config --global core.longpaths true
141149 - uses : actions/checkout@v5
142150 - name : Login to Amazon ECR
143151 id : login-ecr
You can’t perform that action at this time.
0 commit comments