ci: fix mimalloc pipeline

This commit is contained in:
Kévin Dunglas
2024-04-24 00:40:31 +02:00
parent 977cad0314
commit fe7d69d01b

View File

@@ -121,7 +121,7 @@ jobs:
uses: docker/bake-action@v4
with:
pull: true
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug }}
load: ${{ !fromJson(needs.prepare.outputs.push) || matrix.debug || matrix.mimalloc }}
targets: static-builder
set: |
${{ matrix.debug && 'static-builder.args.DEBUG_SYMBOLS=1' || '' }}