Skip to content

Commit

Permalink
install hyprcoloc manually for github
Browse files Browse the repository at this point in the history
  • Loading branch information
mglev1n committed Mar 15, 2024
1 parent 7227c0f commit c110bbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install remotes
run: |
Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
- name: Install hyprcoloc
run: |
Rscript -e "remotes::install_github('jrs95/hyprcoloc')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
pak-version: devel
Expand Down

0 comments on commit c110bbb

Please sign in to comment.