mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Ensure test-proxy
is using an up-to-date version of git
This commit is contained in:
parent
9397c07555
commit
3940af5a92
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -200,6 +200,11 @@ jobs:
|
||||
env:
|
||||
https_proxy: http://squid-proxy:3128
|
||||
steps:
|
||||
- name: Install Git
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install git
|
||||
|
||||
# Clone this repo
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user