Skip to content

Commit 14f97fd

Browse files
committed
Fix linux container build
1 parent 90c337b commit 14f97fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-reuse-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: Build
8181
runs-on: ${{ inputs.os }}
8282
container:
83-
image: ${{ inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}', inputs.os) || '' }}
83+
image: ${{ inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}-cross', inputs.os) || '' }}
8484
steps:
8585
- name: Checkout repository
8686
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)