We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af6d4 commit 1f0edb2Copy full SHA for 1f0edb2
.github/workflows/generateDocumentation.yaml
@@ -26,10 +26,10 @@ jobs:
26
with:
27
nim-version: '2.0.2'
28
repo-token: ${{ secrets.GITHUB_TOKEN }}
29
- - run: nimble refresh
30
- - run: nimble install
31
- - run: nimble install arraymancer@0.7.30
32
- - run: nimble install nimcuda@0.1.9
+ - name: Install dependencies
+ run: |
+ nimble install nimcuda@0.1.9
+ nimble install arraymancer@0.7.30
33
- name: Build documentation
34
run: |
35
cd docs
0 commit comments