Fix nim workflow (#8098)

* Fix nim workflow

* Fix yaml
This commit is contained in:
Michael Le
2023-09-22 22:18:30 -07:00
committed by GitHub
parent 0def91105f
commit 4b7d8e0df9

View File

@@ -578,7 +578,7 @@ jobs:
- uses: jiro4989/setup-nim-action@v1 - uses: jiro4989/setup-nim-action@v1
- name: install library - name: install library
working-directory: nim working-directory: nim
run: nimble -y develop run: nimble -y develop && nimble install
- name: test - name: test
working-directory: tests/nim working-directory: tests/nim
run: python3 testnim.py run: python3 testnim.py