Update test_install_openmpi.yml

This commit is contained in:
Thomas Ramstad 2021-10-27 22:39:44 +02:00 committed by GitHub
parent 2c8ff644ad
commit 9ae67fe337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: check path
run: |
echo $PATH
echo $GITHUB_PATH
- name: download-openmpi - name: download-openmpi
run: wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.2.tar.gz run: wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.2.tar.gz
- name: extract-openmpi - name: extract-openmpi