Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Aug 15, 2024
1 parent 4dbe74e commit 85cf71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
# Since dealii image doesn't include Node.js, we'll install it
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:ginggs/deal.ii-9.5.0-backports
sudo add-apt-repository ppa:ginggs/deal.ii-9.5.1-backports
sudo apt-get update
sudo apt-get install -y --no-install-recommends nodejs \
clang-12 \
Expand All @@ -51,7 +51,7 @@ jobs:
trilinos-all-dev \
petsc-dev \
libmetis-dev \
libhdf5-mpi-dev
libhdf5-mpi-dev
# Checks-out Lethe with branch of triggering commit
- name: Checkout code
Expand Down

0 comments on commit 85cf71c

Please sign in to comment.