Fix CI errors

This commit is contained in:
Joey Yakimowich-Payne 2022-07-12 13:07:43 -06:00
commit 209efe85a1
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -4,5 +4,6 @@ description = "Description of your library"
license = "MIT"
srcDir = "src"
bin = @["myproject"]
requires "nim >= 1.2.2"