Skip to content

Commit

Permalink
add dependency windows
Browse files Browse the repository at this point in the history
  • Loading branch information
theAeon committed Feb 15, 2024
1 parent 68d4efe commit c6d2bb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: $(which brew) install hdf5 pandoc
shell: bash
- name: "Install Windows deps"
if: ${{ runner.os == 'Windows' }}
run: C:\ProgramData\Chocolatey\bin\choco.exe install pandoc
shell: powershell
- uses: r-hub/rhub2/actions/rhub-platform-info@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down

0 comments on commit c6d2bb0

Please sign in to comment.