Skip to content

Commit

Permalink
install lme4 via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
saraemoore committed Nov 7, 2023
1 parent 3f072f6 commit 33b2108
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: lme4-deps
- name: manually-install-lme4
if: ${{ matrix.config.os == 'ubuntu-latest' }}
run: |
sudo apt-get install -y make
sudo apt-get install -y cmake
sudo apt install r-cran-lme4
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 33b2108

Please sign in to comment.