diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd2dd997c..1ae02ceff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,7 @@ jobs: GRADLE_OPTS: '-Dfile.encoding=utf-8 -Dorg.gradle.daemon=false' steps: + - run: docker version - uses: actions/checkout@v3 with: fetch-depth: 0