mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
Ensure test-proxy
is using an up-to-date version of git
This commit is contained in:
parent
9397c07555
commit
3940af5a92
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -200,6 +200,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
https_proxy: http://squid-proxy:3128
|
https_proxy: http://squid-proxy:3128
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Git
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install git
|
||||||
|
|
||||||
# Clone this repo
|
# Clone this repo
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue