Fix CI errors
This commit is contained in:
parent
83e6b78299
commit
209efe85a1
2 changed files with 2 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
- name: Run tests
|
||||
run: nimble test -y
|
||||
- name: Run tests orc
|
||||
run: nimble test --gc:orc -y
|
||||
run: nimble test --mm:orc -y
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@ description = "Description of your library"
|
|||
license = "MIT"
|
||||
|
||||
srcDir = "src"
|
||||
bin = @["myproject"]
|
||||
|
||||
requires "nim >= 1.2.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue