Skip to content

Commit 137b940

Browse files
authored
Update build_on_demand.yml
1 parent dc8ab8d commit 137b940

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_on_demand.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: cd SFML; cmake .; make -j8; sudo make install
4545
- name: Compile ObEngine
4646
working-directory: ./obengine
47-
run: cd obengine/build; cmake -DBUILD_TESTS=ON ..; make -j8
47+
run: cd build; cmake -DBUILD_TESTS=ON ..; make -j8
4848
- name: Run tests
4949
working-directory: ./obengine
5050
run: ./build/tests/ObEngineTests
@@ -87,6 +87,7 @@ jobs:
8787
run: Expand-Archive -LiteralPath deps/SFML-2.5.1.zip -DestinationPath deps
8888
shell: pwsh
8989
- name: Create build directory
90+
working-directory: ./obengine
9091
run: mkdir build
9192
- name: Run CMake on ObEngine
9293
working-directory: ./obengine

0 commit comments

Comments
 (0)