We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c337b commit 14f97fdCopy full SHA for 14f97fd
.github/workflows/build-reuse-unix.yml
@@ -80,7 +80,7 @@ jobs:
80
name: Build
81
runs-on: ${{ inputs.os }}
82
container:
83
- image: ${{ inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}', inputs.os) || '' }}
+ image: ${{ inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}-cross', inputs.os) || '' }}
84
steps:
85
- name: Checkout repository
86
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
0 commit comments