diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b24daa1..f3820dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,11 @@ jobs: steps: - name: update git run: | - apt install -y software-properties-common \ - apt update \ + apt-get install -y software-properties-common \ + apt-get update \ add-apt-repository -y ppa:git-core/ppa \ - apt update \ - apt install -y git + apt-get update \ + apt-get install -y git - name: checkout uses: actions/checkout@v3 - name: aftercheckout