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 2b3b9d2 commit ab3b56eCopy full SHA for ab3b56e
.github/workflows/windows.yml
@@ -81,17 +81,19 @@ jobs:
81
echo CIBW_ENVIRONMENT_WINDOWS=$env:CIBW_ENVIRONMENT_WINDOWS
82
83
- name: Build
84
+ shell: bash
85
run: |
86
git submodule update --init --recursive
- & $env:BASH_PATH -lc tools/build_steps_windows.sh
87
+ bash -lc tools/build_steps_windows.sh
88
89
- name: Test
90
91
- & $env:BASH_PATH -lc tools/build_gfortran.sh
92
+ bash -lc tools/build_gfortran.sh
93
echo "Static test"
- .\for_test\test.exe
94
+ ./for_test/test.exe
95
echo "Dynamic test"
- .\for_test\test_dyn.exe
96
+ ./for_test/test_dyn.exe
97
98
- name: Copy
99
0 commit comments