Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored Aug 14, 2020
1 parent a2a9f29 commit 15a6cfa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
gfortran --version
gcc --version
g++ --version
- name: Install TeX Live
if: runner.os == 'Linux'
shell: bash
run: |
#sudo apt install texlive-latex-extra
sudo apt install texlive-science
- name: Clone MODFLOW 6 repo
run: |
Expand Down Expand Up @@ -186,12 +193,6 @@ jobs:
# root_file: mf6io.nightlybuild.tex
# working_directory: /github/workspace/modflow6/doc/mf6io/

- name: Install TeX Live
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt install texlive-latex-extra
- name: Build mf6io latex document
if: runner.os == 'Linux'
shell: python
Expand Down

0 comments on commit 15a6cfa

Please sign in to comment.