Skip to content

Commit 85e75c6

Browse files
committed
Fixed CI
1 parent 5e9c78c commit 85e75c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
make
1717
sudo make install
1818
19-
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=17
20-
- run: cmake --build build
21-
- run: build/test
22-
2319
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=20
2420
- run: cmake --build build
2521
- run: build/test

0 commit comments

Comments
 (0)