Skip to content

Commit 337e66a

Browse files
committed
Fix failing Window Docker image build
1 parent 728811e commit 337e66a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/image-build-windows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
paths:
1818
- .github/docker_images/aws-lc/windows/Dockerfile.ltsc2022
1919
- .github/docker_images/scripts/**
20+
- .github/workflows/image-build-windows.yml
2021
concurrency:
2122
group: ${{ inputs.concurrency_prefix || github.workflow }}-${{ github.ref_name }}
2223
cancel-in-progress: true
@@ -42,7 +43,12 @@ jobs:
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

0 commit comments

Comments
 (0)