Skip to content

Commit

Permalink
Merge pull request #98 from InstituteforDiseaseModeling/MeWu-IDM-patch-1
Browse files Browse the repository at this point in the history
fix pandoc install
  • Loading branch information
celiot-IDM authored Aug 29, 2022
2 parents cdda8a2 + 4ae3331 commit 07d7bfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: Install devtools
run: |
Rscript -e "install.packages('devtools')"
- name: Install pandoc
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install pandoc
- name: Setup Dependency
working-directory: 'tests/setup'
run: |
Expand Down

0 comments on commit 07d7bfa

Please sign in to comment.