Skip to content

Commit

Permalink
Ensure generator completes before workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
kgorking committed Nov 15, 2023
1 parent c83eb9a commit 1dd4400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/single_include_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
run-msvc:
uses: ./.github/workflows/msvc.yml
needs: generate_header

run-gcc:
uses: ./.github/workflows/gcc.yml
needs: generate_header

run-clang:
uses: ./.github/workflows/clang.yml

needs: generate_header

0 comments on commit 1dd4400

Please sign in to comment.