Skip to content

Commit

Permalink
Manually install cmake 3.29.2 in build_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Apr 16, 2024
1 parent b534b70 commit 355eed7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ jobs:
sudo apt-get update
sudo apt-get install libmpich-dev
- name: Install cmake
run: |
cd ${{ github.workspace }}
curl -f -s -S -R -L https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-Linux-x86_64.tar.gz | tar -zx
echo "${{ github.workspace }}/cmake-3.29.2-linux-x86_64/bin" >> $GITHUB_PATH
- name: Fetch dependencies
run: ./get.sh
run: |
./get.sh
- name: Build
run: |
Expand Down

0 comments on commit 355eed7

Please sign in to comment.