Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikohlsson authored Oct 25, 2024
1 parent b968e15 commit 4d7f91a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
# Install pytorch dependency
run: python3 -m pip install typing_extensions

- name: Configure CMake
working-directory: ${{github.workspace}}/native
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 4d7f91a

Please sign in to comment.