Skip to content

Commit

Permalink
ci: apply corrections for local hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed Sep 7, 2023
1 parent 54e1bdd commit 0b23222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- if: ${{ env.ACT }}
name: Hack container for local development
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs qpdf rsync
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y nodejs qpdf rsync build-essential
shell: bash {0}
- uses: neurogenomics/rworkflows@master
with:
Expand All @@ -49,7 +49,7 @@ jobs:
run_vignettes: ${{ true }}
has_testthat: ${{ true }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
run_pkgdown: ${{ false }}
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b23222

Please sign in to comment.