From 66bb5ece8cd470a6e7a85314d930e1d4950176c1 Mon Sep 17 00:00:00 2001 From: David St-Louis Date: Sat, 23 Mar 2024 18:50:33 -0400 Subject: [PATCH] Update cmake-multi-platform.yml fixed action --- .github/workflows/cmake-multi-platform.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1351592..4f5d476 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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.