Skip to content

Commit

Permalink
GHA: do not install git, use installed one
Browse files Browse the repository at this point in the history
It is very recent, usually.
  • Loading branch information
gaborcsardi committed Nov 6, 2023
1 parent 02cc84c commit 0412f16
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ jobs:

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

- name: Install latest git, Windows
if: runner.os == 'Windows'
run: choco upgrade -y git.install

- name: Install latest git, macOS
if: runner.os == 'macOS'
run: |
brew upgrade git
brew tap microsoft/git
brew install --cask git-credential-manager-core
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 0412f16

Please sign in to comment.