Skip to content

Commit

Permalink
use --allow-releaseinfo-change
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 15, 2021
1 parent 9f0f4c2 commit 890feea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Install Git before checkout
shell: bash
run: |
apt update -y
apt-get update --allow-releaseinfo-change
apt-get install --no-install-recommends -y git
- name: Checkout repository
uses: actions/checkout@v2.3.4
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Install Git before checkout
shell: bash
run: |
apt update -y
apt-get update --allow-releaseinfo-change
apt-get install --no-install-recommends -y git
- name: Checkout repository
uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 890feea

Please sign in to comment.