Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 26, 2024
1 parent 443c22f commit aecf95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# job-config: ${{ matrix.config.job-config }}
- name: Setup custom dependencies
run: |
wget https://gist.githubusercontent.com/pawelru/2efd7db65436a558ac050cefe23e3306/raw/f80c64bd2fd12513fda14685213765265ba7965c/new_staged_deps.R
wget https://gist.githubusercontent.com/pawelru/2efd7db65436a558ac050cefe23e3306/raw/599d71e3f1ca1b79237b199f316a745e6b533996/new_staged_deps.R
git config --global --add safe.directory $(pwd)
R -e 'install.packages("cli")'
Rscript new_staged_deps.R
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# token: ${{ secrets.RHUB_TOKEN }}
- name: Setup custom dependencies
run: |
wget https://gist.githubusercontent.com/pawelru/2efd7db65436a558ac050cefe23e3306/raw/f80c64bd2fd12513fda14685213765265ba7965c/new_staged_deps.R
wget https://gist.githubusercontent.com/pawelru/2efd7db65436a558ac050cefe23e3306/raw/599d71e3f1ca1b79237b199f316a745e6b533996/new_staged_deps.R
git config --global --add safe.directory $(pwd)
R -e 'install.packages("cli")'
Rscript new_staged_deps.R
Expand Down

0 comments on commit aecf95a

Please sign in to comment.