Skip to content

Commit

Permalink
Use a more recent cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Oct 31, 2024
1 parent d0270f8 commit 68fc5c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/libtorch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
with:
cmake-version: "3.30.5"
- name: Clone
run: |
git clone -b ${{ github.event.inputs.branch }} --recurse-submodule https://github.com/pytorch/pytorch.git
Expand Down

0 comments on commit 68fc5c0

Please sign in to comment.