diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5142bd6..38b2ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,17 +10,17 @@ jobs: test: runs-on: ubuntu-latest container: - image: docker:20.10.7 + image: docker:git steps: - name: Check folders run: | pwd ls -la - - name: Install git - run: | - apt-get update - apt-get install -y git + # - name: Install git + # run: | + # apt-get update + # apt-get install -y git - name: Checkout repository run: |