add another hack to get the correct nim commit
This commit is contained in:
parent
d5021a8dc0
commit
563d71e6e6
|
@ -7,7 +7,8 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
cache_nonce: 0 # Allows for easily busting actions/cache caches
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in New Issue