Skip to content

Commit

Permalink
Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Nov 21, 2024
1 parent 33ee6a4 commit 67689ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install libsodium harfbuzz fribidi curl texlive pandoc imagemagick hdf5 basictex
- name: Set up libraries for Windows
run: |
choco install rtools
choco install pandoc
choco install miktex
choco install imagemagick
choco install hdf5
- name: Set up R 4.0
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 67689ac

Please sign in to comment.