Skip to content

Commit

Permalink
Debug..
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Dec 13, 2024
1 parent ed7415b commit f303fe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
.github/build/linux/madx.sh src/MAD-X
shell: bash

- uses: mxschmitt/action-tmate@v3

- name: Build cpymad wheels
run: |
docker run --rm --init \
Expand Down Expand Up @@ -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

- name: Build MAD-X
if: steps.madx-build-cache.outputs.cache-hit != 'true'
run: .github/build/windows/madx.sh src/MAD-X
Expand Down

0 comments on commit f303fe0

Please sign in to comment.