Skip to content

Commit

Permalink
adding PIO
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 24, 2020
1 parent 61ef8de commit 4d1a709
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,10 @@ jobs:
popd
- name: autoreconf
run: autoreconf -i
- name: pio build
run: |
set -x
export PATH="/home/runner/openmpi/bin:$PATH"
export CC=/home/runner/openmpi/bin/mpicc
./configure
make

0 comments on commit 4d1a709

Please sign in to comment.