mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-02 13:43:13 +00:00
fix nim version
This commit is contained in:
parent
d24a0d5747
commit
c59168ef60
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [stable, 1.6.18, 1.4.8, 1.2.18]
|
||||
nim: [stable, 1.6.16, 1.4.8, 1.2.18]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: iffy/install-nim@v3
|
||||
|
||||
@ -9,6 +9,6 @@ srcDir = "src"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.6.18"
|
||||
requires "nim >= 1.2.18"
|
||||
|
||||
include "build.nims"
|
||||
Loading…
x
Reference in New Issue
Block a user