From 01e9b8d31ae132b0cc00c543e5263fbaf26908aa Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Fri, 19 Jul 2024 21:51:43 +0200 Subject: [PATCH] wip --- .github/workflows/base_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base_tests.yml b/.github/workflows/base_tests.yml index 8720479101..fb49c79bd0 100644 --- a/.github/workflows/base_tests.yml +++ b/.github/workflows/base_tests.yml @@ -75,7 +75,7 @@ jobs: with: os: ${{ matrix.platform.os }} shell: ${{ matrix.platform.shell }} - nim: ${{ matrix.nim.branch }} + nim_branch: ${{ matrix.nim.branch }} cpu: ${{ matrix.platform.cpu }} # - name: Setup Go