From 78aaa78ad72548b93e00e616285a0ccc23aeeb48 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 26 Sep 2023 14:58:09 -0700 Subject: [PATCH] Update GHA to use my Docker builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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