Skip to content

Commit f756976

Browse files
committed
Debug again
1 parent ef9829a commit f756976

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/windows-arm.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
workflow_dispatch:
9-
inputs:
10-
debug_enabled:
11-
type: boolean
12-
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
13-
required: false
14-
default: false
158

169
env:
1710
OPENBLAS_COMMIT: "v0.3.29"
@@ -41,10 +34,9 @@ jobs:
4134
- name: Setup visual studio
4235
uses: microsoft/setup-msbuild@v2
4336

44-
# Enable tmate debugging of manually-triggered workflows if the input option was provided
45-
- name: Setup tmate session
46-
uses: mxschmitt/action-tmate@v3
47-
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
37+
- name: What's where
38+
run: |
39+
get-command zip
4840
4941
- name: Download LLVM installer for woa64
5042
run: |

0 commit comments

Comments
 (0)