mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 13:30:06 +02:00
Update test.yml
This commit is contained in:
parent
2349742c16
commit
28a19e17a8
1 changed files with 5 additions and 5 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -204,11 +204,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
https_proxy: "" # Disable https_proxy for this single step
|
https_proxy: "" # Disable https_proxy for this single step
|
||||||
run: |
|
run: |
|
||||||
# apt-get clean
|
apt-get clean
|
||||||
# apt-get upgrade
|
apt-get upgrade
|
||||||
# apt-get update
|
apt-get update
|
||||||
# apt-get install software-properties-common
|
apt-get install software-properties-common
|
||||||
# add-apt-repository ppa:git-core/ppa
|
add-apt-repository ppa:git-core/ppa
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install git
|
apt-get install git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue