We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a13b17 commit 96fe5b6Copy full SHA for 96fe5b6
.github/workflows/ccpp.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: cmake
13
- run: cmake -DCMAKE_BUILD_TYPE=Release . -Denable-c-bindings=ON -Denable-fortran-bindings=ON -Denable-python-bindings=OFF -Denable-portable-build=ON -Denable-julia-bindings=OFF
+ run: cmake -DCMAKE_BUILD_TYPE=Release . -Denable-c-bindings=ON -Denable-fortran-bindings=OFF -Denable-python-bindings=OFF -Denable-portable-build=ON -Denable-julia-bindings=OFF
14
- name: make
15
run: make
16
- name: make check
0 commit comments