diff --git a/.github/workflows/check-commits.yml b/.github/workflows/check-commits.yml index fdd8c169..fe5f6107 100644 --- a/.github/workflows/check-commits.yml +++ b/.github/workflows/check-commits.yml @@ -9,13 +9,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install required dependencies - run: | - apt update - apt install -y sudo - sudo apt install -y git curl - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - - sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs - name: Print versions run: | git --version