Skip to content

Add esmf post_install step. Update libaries #97

Add esmf post_install step. Update libaries

Add esmf post_install step. Update libaries #97

Workflow file for this run

name: Build Ubuntu
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build docker image
run: |
docker build -t sufs_ubuntu -f docker/Dockerfile.ubuntu .