Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
fixed action
  • Loading branch information
Daivuk authored Mar 23, 2024
1 parent 854d31a commit 66bb5ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
- uses: actions/setup-python@v5

- name: Create single header
run: cd tools
run: python gen_single_header.py
shell: bash
run: |
cd tools && 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 66bb5ec

Please sign in to comment.