File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ main ]
6
6
pull_request :
7
7
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
15
8
16
9
env :
17
10
OPENBLAS_COMMIT : " v0.3.29"
41
34
- name : Setup visual studio
42
35
uses : microsoft/setup-msbuild@v2
43
36
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
48
40
49
41
- name : Download LLVM installer for woa64
50
42
run : |
You can’t perform that action at this time.
0 commit comments