Skip to content

Commit

Permalink
maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Sep 4, 2024
1 parent 4d836ca commit 54af050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 54af050

Please sign in to comment.