Skip to content

Commit

Permalink
Close #201. Temporariliy downgrade rsconnect.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Jul 31, 2023
1 parent ada085a commit 42602f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 42602f8

Please sign in to comment.