We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cad30d commit ef9829aCopy full SHA for ef9829a
.github/workflows/windows-arm.yml
@@ -44,7 +44,7 @@ jobs:
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 }}
+ # if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
48
49
- name: Download LLVM installer for woa64
50
run: |
0 commit comments