Skip to content

Commit

Permalink
don't bother installing unused absl on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 10, 2024
1 parent f06cb17 commit 76f8acd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ jobs:
run: |
brew install abseil
- name: Install Abseil (Ubuntu)
if: matrix.config.os == 'ubuntu-latest'
run: |
sudo apt-get update && sudo apt-get install -y libabsl-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 76f8acd

Please sign in to comment.