From 854d31a231be09ee8cf179d358fc1a2f9b47b172 Mon Sep 17 00:00:00 2001 From: David St-Louis Date: Sat, 23 Mar 2024 18:48:38 -0400 Subject: [PATCH] Update cmake-multi-platform.yml Generate single header in tests --- .github/workflows/cmake-multi-platform.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7cf76e6..1351592 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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.