Skip to content

Commit

Permalink
DROP ME! DEBUG DEBUG DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed May 31, 2024
1 parent b573580 commit 641f741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
- name: Install the target
run: |
rustup target install ${{ matrix.target }}
- name: DEBUG!!! Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run a full build
env:
TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -255,6 +257,8 @@ jobs:
- name: Install the target
run: |
rustup target install ${{ matrix.target }}
- name: DEBUG!!! Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run a full build
env:
TARGET: ${{ matrix.target }}
Expand Down Expand Up @@ -405,6 +409,8 @@ jobs:
- name: Install the target
run: |
rustup target install ${{ matrix.target }}
- name: DEBUG!!! Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run a full build
env:
TARGET: ${{ matrix.target }}
Expand Down
2 changes: 2 additions & 0 deletions ci/actions-templates/windows-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs: # skip-master skip-pr skip-stable
- name: Install the target
run: |
rustup target install ${{ matrix.target }}
- name: DEBUG!!! Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run a full build
env:
TARGET: ${{ matrix.target }}
Expand Down

0 comments on commit 641f741

Please sign in to comment.