Skip to content

Commit d860486

Browse files
committed
Install dependencies from Pixie nimble
1 parent c6a4280 commit d860486

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: treeform/setup-nim-action@v6
1818
- name: Install dependencies
19+
shell: bash
1920
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
21+
cd ..
22+
nimby install -g pixie/pixie.nimble
2723
- run: nim r tests/tests.nim

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- uses: treeform/setup-nim-action@v6
18-
- run: nimby install -g
18+
- name: Install dependencies
19+
run: |
20+
cd ..
21+
nimby install -g pixie/pixie.nimble
1922
- run: nim doc --index:on --project --git.url:https://github.com/${{ github.repository }} --git.commit:master --out:${{ env.deploy-dir }} ${{ env.nim-src }}
2023
- name: Copy to index.html
2124
run: cp ${{ env.deploy-dir }}/pixie.html ${{ env.deploy-dir }}/index.html

0 commit comments

Comments
 (0)