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 c758612 commit 0a12ad2Copy full SHA for 0a12ad2
.github/workflows/build.yml
@@ -55,6 +55,8 @@ jobs:
55
- name: Build
56
run: |
57
git submodule update --init --recursive
58
+ echo "Var: $env:CHERE_INVOKING"
59
+ & $env:BASH_PATH -lc pwd
60
& $env:BASH_PATH -lc tools\build_openblas.sh
61
62
- name: Test
0 commit comments