Skip to content

Commit

Permalink
Re-add working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalab committed Jan 6, 2024
1 parent 666be7b commit 0ef223d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
- uses: actions/checkout@v3

- name: Configure CMake
working-directory: ${{github.workspace}}/main/adapter
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
working-directory: ${{github.workspace}}/main/adapter
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

Expand Down

0 comments on commit 0ef223d

Please sign in to comment.