Skip to content

Commit

Permalink
- small documentation building bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Dec 26, 2024
1 parent 38d94aa commit 6c6034a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble refresh
- run: nimble install
- run: nimble install nimcuda@0.1.9 arraymancer@0.7.30
- run: nimble install arraymancer@0.7.30
- run: nimble install nimcuda@0.1.9
- name: Build documentation
run: |
cd docs
Expand Down

0 comments on commit 6c6034a

Please sign in to comment.