diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f29508..24536a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,8 +56,8 @@ jobs: - name: Install dependencies run: | - apt-get update - apt-get install -y git + apt update + apt install -y git - name: Clone repository run: |