Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmalla authored Oct 3, 2024
1 parent c44ce72 commit 0f7e02a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
- name: Check out the code
uses: actions/checkout@v3

#- name: Install system dependencies
# run: |
#sudo apt-get update
# sudo apt-get install -y libcurl4-openssl-dev libssl-dev

#- name: Set up R
# uses: r-lib/actions/setup-r@v2
# with:
# r-version: '4.2.1' # Specify the version of R

#- name: Install remotes to handle GitHub installations
# run: |
# Rscript -e 'install.packages("remotes", repos="https://cloud.r-project.org")'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libssl-dev
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.1' # Specify the version of R

- name: Install remotes to handle GitHub installations
run: |
Rscript -e 'install.packages("remotes", repos="https://cloud.r-project.org")'
- name: Install rsconnect from CRAN with logs
run: |
Expand Down

0 comments on commit 0f7e02a

Please sign in to comment.