Skip to content

Commit

Permalink
Update build-evpfft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 authored Mar 22, 2024
1 parent eb97484 commit def12e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-evpfft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
run:
sudo apt-get -y install cmake
shell: bash
- name: Install fftw-dev
run:
sudo apt-get install -y fftw-dev
shell: bash
- name: Install HDF5-dev
run:
sudo apt install libhdf5-mpi-dev
shell: bash
# - name: Install fftw-dev
# run:
# sudo apt-get install libfftw3-dev
# shell: bash
# - name: Install HDF5-dev
# run:
# sudo apt install libhdf5-mpi-dev
# shell: bash

- name: Run build script
run: |
Expand Down

0 comments on commit def12e3

Please sign in to comment.