Skip to content

Commit 373c330

Browse files
committed
update: path correction
1 parent 0caa02b commit 373c330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Configure CMake
2121
run: |
22-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
22+
cmake -S NeuralNetwork -B build -DCMAKE_BUILD_TYPE=Release
2323
2424
- name: Build
2525
run: |

0 commit comments

Comments
 (0)