Skip to content

Commit 287f6ea

Browse files
committed
removed obsolete comment
1 parent 3eae92c commit 287f6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || true
5353

5454
- name: Configure with CMake
55-
run: cmake -Wdev -S . -B build # We should build out of source but loadtxt needs fixing
55+
run: cmake -Wdev -S . -B build
5656

5757
- name: Build and compile
5858
run: cmake --build build || cmake --build build --verbose --parallel 1

0 commit comments

Comments
 (0)