Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d78295

Browse files
committed
Minor update on workflows
1 parent 4b9bbe7 commit 7d78295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
mkdir morpheus-build
100100
cd morpheus-build
101-
cmake -B builddir \
101+
cmake .. -B builddir \
102102
-DCMAKE_CXX_COMPILER=${{ env.cxx_compiler }} \
103103
-DCMAKE_INSTALL_PREFIX=/usr/morpheus-install \
104104
-DCMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }} \

0 commit comments

Comments
 (0)