From 0964a682bea69ff022991b0783c6ee9a80547df9 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:48:55 +0100 Subject: [PATCH] Use the correct spelling of the ``--languages`` flag --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90e4b63..4054cbf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: --group "$(id -g)" --skip-cache-invalidation --theme "$(pwd)" - --language en + --languages en --branch ${{ matrix.branch }} - name: Show logs if: failure()