Skip to content

Commit 3cc9cf5

Browse files
committed
fix action
1 parent 3b48d03 commit 3cc9cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
with:
4545
path: MicroOcppSimulator/lib/MicroOcpp
4646
- name: Generate CMake files
47-
run: cmake -S . -B ./build -DCMAKE_CXX_FLAGS="-DMO_OVERRIDE_ALLOCATION=1 -DMO_ENABLE_HEAP_PROFILER=1"
47+
run: cmake -S ./MicroOcppSimulator -B ./MicroOcppSimulator/build -DCMAKE_CXX_FLAGS="-DMO_OVERRIDE_ALLOCATION=1 -DMO_ENABLE_HEAP_PROFILER=1"
4848
- name: Compile
49-
run: cmake --build ./build -j 32 --target mo_simulator
49+
run: cmake --build ./MicroOcppSimulator/build -j 32 --target mo_simulator
5050
- name: Upload Simulator executable
5151
uses: actions/upload-artifact@v4
5252
with:

0 commit comments

Comments
 (0)