Skip to content

Commit a14fe6d

Browse files
committed
Update build.yaml
1 parent 11d2156 commit a14fe6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
2323

2424
- name: Configure with CMake
25-
run: cmake -S ecsnet -B ecsnet/build -DCMAKE_BUILD_TYPE=Debug
25+
run: cmake -S ecsnet -B ecsnet/build-ci/ -DCMAKE_BUILD_TYPE=Debug
2626

2727
- name: Build
28-
run: cmake --build ecsnet/build --config Debug --parallel
28+
run: cmake --build ecsnet/build-ci/ --config Debug --parallel

0 commit comments

Comments
 (0)