From 54af05051267ddc312f6a21e2456f7aea35ddd41 Mon Sep 17 00:00:00 2001 From: Jonas Dech Date: Wed, 4 Sep 2024 10:08:57 +0200 Subject: [PATCH] maybe now --- .github/workflows/cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e2d441c435..c9dd50a241 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -27,7 +27,7 @@ jobs: # run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Install Buildtools - run: pip install setuptools build + run: pip install setuptools build numpy - name: Build # Build your program with the given configuration @@ -49,6 +49,7 @@ jobs: permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write + working-directory: ${{github.workspace}} steps: # retrieve your distributions here