From f365c5254a4bee9651f195db9061af15b7876001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Fri, 13 Dec 2024 12:50:03 +0100 Subject: [PATCH] Debug.. --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d54b501..4ce3f551 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,8 @@ jobs: .github/build/linux/madx.sh src/MAD-X shell: bash + - {uses: mxschmitt/action-tmate@v3, with: {limit-access-to-actor: true}} + - name: Build cpymad wheels run: | docker run --rm --init \ @@ -118,6 +120,8 @@ jobs: src/MAD-X -b $MADX_VERSION --depth 1 if: steps.madx-build-cache.outputs.cache-hit != 'true' + - {uses: mxschmitt/action-tmate@v3, with: {limit-access-to-actor: true}} + - name: Build MAD-X if: steps.madx-build-cache.outputs.cache-hit != 'true' run: .github/build/windows/madx.sh src/MAD-X