1 parent 11d2156 commit a14fe6dCopy full SHA for a14fe6d
1 file changed
.github/workflows/build.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
23
24
- name: Configure with CMake
25
- run: cmake -S ecsnet -B ecsnet/build -DCMAKE_BUILD_TYPE=Debug
+ run: cmake -S ecsnet -B ecsnet/build-ci/ -DCMAKE_BUILD_TYPE=Debug
26
27
- name: Build
28
- run: cmake --build ecsnet/build --config Debug --parallel
+ run: cmake --build ecsnet/build-ci/ --config Debug --parallel
0 commit comments