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 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
169env :
1710 OPENBLAS_COMMIT : " v0.3.29"
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 : |
You can’t perform that action at this time.
0 commit comments