"src/io/vscode:/vscode.git/clone" did not exist on "1b3deb5f2bb3b93da7e35e6bfb3c7dbd23c38e28"
Unverified Commit fbbe3cc1 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] use flag '--allow-releaseinfo-change' in some 'apt-get update' calls (#4524)

* [ci] prefer 'apt update' to 'apt-get update' in some R builds

* use --allow-releaseinfo-change
parent 86ead205
......@@ -181,7 +181,7 @@ jobs:
- name: Install Git before checkout
shell: bash
run: |
apt-get update
apt-get update --allow-releaseinfo-change
apt-get install --no-install-recommends -y git
- name: Checkout repository
uses: actions/checkout@v2.3.4
......@@ -210,7 +210,7 @@ jobs:
- name: Install Git before checkout
shell: bash
run: |
apt-get update
apt-get update --allow-releaseinfo-change
apt-get install --no-install-recommends -y git
- name: Checkout repository
uses: actions/checkout@v2.3.4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment