Skip to content

Commit

Permalink
actions: run simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 16, 2024
1 parent c9518ef commit 56228e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Run simple example
# Build your program with the given configuration
run: ${{github.workspace}}/build/simple

0 comments on commit 56228e9

Please sign in to comment.