Set nim version to 2.0.x for CI

This commit is contained in:
Arnaud 2025-01-02 10:00:10 +01:00
parent d9eca3b93e
commit 696f66d002
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ inputs:
default: "amd64"
nim_version:
description: "Nim version"
default: "version-1-6"
default: "v2.0.12"
rust_version:
description: "Rust version"
default: "1.79.0"

View File

@ -9,7 +9,7 @@ on:
env:
cache_nonce: 0 # Allows for easily busting actions/cache caches
nim_version: 2.0.12
nim_version: v2.0.12
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}