add another hack to get the correct nim commit

This commit is contained in:
gmega 2024-01-16 18:58:56 -03:00
parent d5021a8dc0
commit 563d71e6e6
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 2 additions and 1 deletions

View File

@ -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: