Skip to content

Commit

Permalink
Update cmake version to a bit newer in ubuntu 20.04 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Oct 17, 2023
1 parent 2355a6e commit d9409e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nmodl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
run: |
python3 -m pip install -U pip setuptools
python3 -m pip install --user -r requirements.txt
- name: Install newer CMake for Ubuntu 20.04
if: ${{matrix.config.os == 'ubuntu-20.04'}}
working-directory: ${{runner.workspace}}/nmodl
run: |
python3 -m pip install cmake==3.17.3
- name: Register compiler warning problem matcher
if: ${{matrix.config.flag_warnings == 'ON'}}
Expand Down

0 comments on commit d9409e3

Please sign in to comment.