diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d696b73..1c3f839 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -204,11 +204,11 @@ jobs: env: https_proxy: "" # Disable https_proxy for this single step run: | - # apt-get clean - # apt-get upgrade - # apt-get update - # apt-get install software-properties-common - # add-apt-repository ppa:git-core/ppa + apt-get clean + apt-get upgrade + apt-get update + apt-get install software-properties-common + add-apt-repository ppa:git-core/ppa apt-get update apt-get install git