Set nim version to 2.0.x for CI
This commit is contained in:
parent
d9eca3b93e
commit
696f66d002
|
@ -11,7 +11,7 @@ inputs:
|
||||||
default: "amd64"
|
default: "amd64"
|
||||||
nim_version:
|
nim_version:
|
||||||
description: "Nim version"
|
description: "Nim version"
|
||||||
default: "version-1-6"
|
default: "v2.0.12"
|
||||||
rust_version:
|
rust_version:
|
||||||
description: "Rust version"
|
description: "Rust version"
|
||||||
default: "1.79.0"
|
default: "1.79.0"
|
||||||
|
|
|
@ -9,7 +9,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
cache_nonce: 0 # Allows for easily busting actions/cache caches
|
cache_nonce: 0 # Allows for easily busting actions/cache caches
|
||||||
nim_version: 2.0.12
|
nim_version: v2.0.12
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||||
|
|
Loading…
Reference in New Issue