diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2217cbc9c6a..2c72ee7c153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: steps: - uses: actions/checkout@v3 # TODO something clever with https://github.com/marketplace/actions/changed-files + - uses: tianon/debian-moby-action@HEAD - name: Prepare Environment run: ${{ matrix.runs.prepare }} - name: Pull Dependencies