diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9353af1..ad7bddf 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -29,14 +29,14 @@ jobs: - name: Build working-directory: ${{runner.workspace}}/build shell: bash - run: cmake --build . --config $BUILD_TYPE + run: cmake --build . --config $BUILD_TYPE -j - name: Run Tests - working-directory: ${{runner.workspace}}/build/out/bin + working-directory: ${{runner.workspace}}/build/out/bin/x64/Release shell: bash run: ./Logger.GTest - name: Run Examples - working-directory: ${{runner.workspace}}/build/out/bin + working-directory: ${{runner.workspace}}/build/out/bin/x64/Release shell: bash run: ./Example.Standard \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 06c3765..69503ee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake"] path = lib/cmake - url = git@github.com:OliverBenz/cmake_files.git + url = https://github.com/OliverBenz/cmake_files.git