From ffba885fa00a247dee6c0fecf89957f9f680003e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Di=20Remigio=20Eik=C3=A5s?= Date: Mon, 25 Sep 2023 15:25:00 +0200 Subject: [PATCH] deploy.yml --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37c5cf1407..3fa9038590 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,7 @@ jobs: | jq -nRc '{"only": inputs, "os": "windows-latest"}' } | jq -sc ) + echo "MATRIX IS $MATRIX" echo "include=$MATRIX" >> $GITHUB_OUTPUT env: CIBW_ARCHS_LINUX: x86_64 aarch64 s390x ppc64le @@ -67,7 +68,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 - if: contains(fromJSON('["aarch64", "ppc64le", "s390x"]'), matrix.only) + if: contains(fromJSON('["aarch64", "ppc64le", "s390x"]'), '${{ matrix.only }}') with: toolchain: stable @@ -78,7 +79,7 @@ jobs: platforms: all - name: Maximize build space - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' && matrix.only == '*-gpu-*" uses: easimon/maximize-build-space@master with: root-reserve-mb: 40000