We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17c900 commit c6a4280Copy full SHA for c6a4280
1 file changed
.github/workflows/build.yml
@@ -15,5 +15,13 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- uses: treeform/setup-nim-action@v6
18
- - run: nimby install -g
+ - name: Install dependencies
19
+ run: |
20
+ nimby install -g bumpy
21
+ nimby install -g chroma
22
+ nimby install -g crunchy
23
+ nimby install -g flatty
24
+ nimby install -g nimsimd
25
+ nimby install -g vmath
26
+ nimby install -g zippy
27
- run: nim r tests/tests.nim
0 commit comments