Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 committed Mar 4, 2024
1 parent 4c4f522 commit 9bc502a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install PETSc, MPI, and OpenMPI
run: |
sudo apt-get install -y \
petsc-dev \
libpetsc-real-dev \
mpi-default-bin \
mpi-default-dev \
openmpi-bin \
openmpi-common \
libopenmpi-dev
- name: Install PETSc, MPI and OpenMPI
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: petsc-dev libpetsc-real-dev mpi-default-bin mpi-default-dev openmpi-bin openmpi-common libopenmpi-dev
version: 1.0

- name: Build
run: |
Expand Down

0 comments on commit 9bc502a

Please sign in to comment.