From 563d71e6e604212483bb00f4429170401a475736 Mon Sep 17 00:00:00 2001 From: gmega Date: Tue, 16 Jan 2024 18:58:56 -0300 Subject: [PATCH] add another hack to get the correct nim commit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441d4517..04407008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,8 @@ on: workflow_dispatch: env: cache_nonce: 0 # Allows for easily busting actions/cache caches - nim_version: v1.6.14 + # FIXME: change this once https://github.com/nim-lang/Nim/issues/23214 gets upstreamed/backported + nim_version: f45bdea94ac4ed9a9bae03426275456aeb0cab2a jobs: build: strategy: