Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
TLi-14 committed Dec 4, 2024
1 parent e4064af commit d9de929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
- name: Install R packages
run: Rscript -e"inastall. packages('geodata')"
run: Rscript -e"install.packages('geodata')"


- name: Install R Dependencies
Expand Down

0 comments on commit d9de929

Please sign in to comment.