Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Generate single header in tests
  • Loading branch information
Daivuk authored Mar 23, 2024
1 parent 97c8183 commit 854d31a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5

- name: Create single header
run: cd tools
run: python gen_single_header.py

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down

0 comments on commit 854d31a

Please sign in to comment.