From c3bf2b3b0dc2ca8f0ce321a5da7afe83e0249f9d Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Thu, 18 Jan 2024 21:27:11 -0500 Subject: [PATCH] whoops --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ba4ea6..cb62887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - if: matrix.compiler.name == 'nim' name: Setup Nim - uses: alaviss/setup-nim@0.1.2 + uses: alaviss/setup-nim@0.1.1 with: path: nim version: ${{ matrix.compiler.version }}