From e24010fc4eec0f841ec395c28fb057ab3504aa4c Mon Sep 17 00:00:00 2001 From: Matthew Whitlock Date: Tue, 8 Oct 2024 20:25:19 -0400 Subject: [PATCH] Fix dir name --- .github/workflows/ci_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_checks.yaml b/.github/workflows/ci_checks.yaml index eabaed2..fb89bf1 100644 --- a/.github/workflows/ci_checks.yaml +++ b/.github/workflows/ci_checks.yaml @@ -27,7 +27,7 @@ jobs: workdir: . - name: Bootstrap the environment Dockerfile - run: docker run -v ${GITHUB_WORKSPACE}/.github:/config local/bootstrap + run: docker run -v ${GITHUB_WORKSPACE}/.github:/configs local/bootstrap - name: Build the environment uses: docker/bake-action@v5