Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Sep 14, 2023
1 parent 3308cbf commit 3ea5a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install shiny.react
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("Appsilon/shiny.react@override-props")'
Rscript -e 'remotes::install_github("Appsilon/shiny.react@override-props", force = TRUE)'
- name: R CMD check
if: always()
Expand Down

0 comments on commit 3ea5a50

Please sign in to comment.