Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikohlsson authored Oct 25, 2024
1 parent e2dcb9c commit b968e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- uses: actions/checkout@v4

- name: Configure CMake
working-directory: ${{github.workspace}}/native
# 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 -S ${{github.workspace}}/native -B ${{github.workspace}}/build
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build

- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit b968e15

Please sign in to comment.