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 b9e2217 commit 5e00c72Copy full SHA for 5e00c72
.github/workflows/CI.yml
@@ -42,7 +42,9 @@ jobs:
42
--slave /usr/bingcov gcov /usr/bin/gcov-${GCC_V}
43
44
- name: Compile
45
- run: gfortran -O2 ./src/pyplot_module.f90 ./src/tests/test.f90 -o ./bin/test
+ run: |
46
+ mkdir bin
47
+ gfortran -O2 ./src/pyplot_module.f90 ./src/tests/test.f90 -o ./bin/test
48
49
- name: Run test
50
run: ./bin/test
0 commit comments