From dea4870d870ccc5bd7ae83001636871e98719c1a Mon Sep 17 00:00:00 2001 From: dimgigov Date: Wed, 13 May 2026 12:38:17 +0300 Subject: [PATCH] debug(ci): try iffy/install-nim instead of jiro4989/setup-nim-action --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 7333438..d075c2a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -11,9 +11,9 @@ jobs: - uses: actions/checkout@v4 - name: Setup Nim - uses: jiro4989/setup-nim-action@v1 + uses: iffy/install-nim@v4 with: - nim-version: '2.2.10' + version: 'binary:2.2.10' - name: Install system dependencies run: sudo apt-get update -qq && sudo apt-get install -y -qq libssl-dev libpcre3-dev openssl ca-certificates