From 9698114e5a9e0c04a93fb2538a6e3f251dce93fd Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Wed, 29 Jul 2026 21:21:04 +1000 Subject: [PATCH] chore: CI tweaks --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 792dce0..792cd37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,13 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v7 + with: + submodules: 'true' - name: build toolchain container run: docker build . -t builder - uses: ammaraskar/gcc-problem-matcher@master - name: build Inkay - run: docker run --rm -v ${PWD}:/app -w /app builder + run: docker run --rm -v ${PWD}:${PWD} -w ${PWD} builder - uses: actions/upload-artifact@v7 with: name: inkay