Skip to content

Commit

Permalink
chore: proof Windows es_ES installation
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Jul 31, 2024
1 parent 6d7518e commit 6dc9e74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ jobs:
Invoke-WebRequest -Uri "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/es/es_ES.dic" -OutFile "es-ES.dic"
Expand-Archive -Path "es-ES.aff" -DestinationPath "$env:LOCALAPPDATA/hunspell/dictionaries"
Expand-Archive -Path "es-ES.dic" -DestinationPath "$env:LOCALAPPDATA/hunspell/dictionaries"
else
echo "$RUNNER_OS not supported"
exit 1
fi
shell: bash
- uses: r-lib/actions/check-r-package@v2
id: rcmdcheck
with:
Expand Down

0 comments on commit 6dc9e74

Please sign in to comment.