Skip to content

Commit 1d457c4

Browse files
committed
chore: install nimble dependencies
1 parent b7f4fd9 commit 1d457c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-nim-bindings.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
with:
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535
nim-version: '2.0.4'
36+
37+
- name: Install Nimble dependencies
38+
working-directory: bindings/nim/nim_code
39+
run: nimble install -Y
3640

3741
- name: Test Nim project
3842
working-directory: bindings/nim/nim_code

0 commit comments

Comments
 (0)