Skip to content

Commit

Permalink
Merge pull request #575 from eitsupi/add-shiny-lsb-release
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Dec 10, 2022
2 parents e6f8733 + c2379fe commit f2063d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/r-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
- install_rstudio.sh
- install_tidyverse.sh
- install_verse.sh
- install_shiny_server.sh
- install_geospatial.sh
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
Expand Down
1 change: 1 addition & 0 deletions scripts/install_shiny_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function apt_install() {
apt_install \
sudo \
gdebi-core \
lsb-release \
libcurl4-openssl-dev \
libcairo2-dev \
libxt-dev \
Expand Down

0 comments on commit f2063d7

Please sign in to comment.