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 3eae92c commit 287f6eaCopy full SHA for 287f6ea
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || true
53
54
- name: Configure with CMake
55
- run: cmake -Wdev -S . -B build # We should build out of source but loadtxt needs fixing
+ run: cmake -Wdev -S . -B build
56
57
- name: Build and compile
58
run: cmake --build build || cmake --build build --verbose --parallel 1
0 commit comments