-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #201. Temporariliy downgrade rsconnect.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,14 @@ jobs: | |
cache-version: deploy-2-${{ needs.config.outputs.cache-version }} | ||
extra-packages: any::rsconnect | ||
|
||
# Temporarily downgrade rsconnect | ||
# (rsconnect 1.0 introduced an issue with deploying from CI | ||
# TODO: Once a proper fix is CRAN, we can remove this step) | ||
- name: Downgrade rsconnect | ||
shell: Rscript {0} | ||
run: | | ||
pak::pkg_install("[email protected]") | ||
# Perform as second step to make sure this version is installed | ||
- name: Install shinycoreci from GitHub | ||
shell: Rscript {0} | ||
|