Skip to content

Commit

Permalink
add missing Build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jan 4, 2024
1 parent 01d5f63 commit 2be5f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Configure CMake
run: cmake -B ${{github.workspace}}/cmake-build -DCMAKE_BUILD_TYPE=Debug

- name: Build
run: cmake --build ${{github.workspace}}/cmake-build --config Debug

- name: Install
run: cmake --install ${{github.workspace}}/cmake-build --prefix ${{github.workspace}}/.install --config Debug

Expand Down

0 comments on commit 2be5f07

Please sign in to comment.