Skip to content

Commit

Permalink
Merge pull request #104 from auto-differentiation/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/jwlawson/actions-setup-cmake-2.0
  • Loading branch information
xcelerit-team authored Apr 2, 2024
2 parents 4a99917 + 767ccfc commit f70a7b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y ccache ninja-build ${{ matrix.compiler }}
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2.0
with:
github-api-token: ${{ secrets.CMAKE_TOKEN }}
- name: ccache
Expand Down Expand Up @@ -245,9 +245,11 @@ jobs:
run: |
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE" >> $GITHUB_ENV
- name: Setup cmake
uses: jwlawson/[email protected]
with:
github-api-token: ${{ secrets.CMAKE_TOKEN }}
run: |
wget https://github.com/Kitware/CMake/releases/download/v3.29.0/cmake-3.29.0-linux-x86_64.tar.gz
tar -xzf cmake-3.29.0-linux-x86_64.tar.gz
sudo rm /usr/bin/cmake /usr/share/cmake-* -rf
echo $(pwd)/cmake-3.29.0-linux-x86_64/bin >> $GITHUB_PATH
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit f70a7b7

Please sign in to comment.