Skip to content

Commit

Permalink
change hyprcoloc install options
Browse files Browse the repository at this point in the history
  • Loading branch information
mglev1n committed Mar 16, 2024
1 parent a9f77ab commit 7a1133c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false
matrix:
config:
# - {os: macos-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
# - {os: windows-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: '4.3.0'}
# - {os: ubuntu-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel-1'}

env:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install hyprcoloc
run: |
Rscript -e "remotes::install_github('jrs95/hyprcoloc')"
Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'))"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 7a1133c

Please sign in to comment.