Skip to content

Commit

Permalink
- added BLAS installation to the runners as it appears to have been r…
Browse files Browse the repository at this point in the history
…emoved by GitHub from the defult Linux runners; removed `devel` testing from Windows runner (not suported yet by the step used to set up `nim`
  • Loading branch information
amkrajewski committed Dec 25, 2024
1 parent 49fbc56 commit dd4168d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install BLAS
run: sudo apt-get install libopenblas-dev
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: 'stable'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testingOnPush_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install BLAS
run: sudo apt-get install libopenblas-dev
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: ${{ matrix.nim }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testingOnPush_Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
nim:
- '2.0.x'
- 'stable'
- 'devel'
name: Nim ${{ matrix.nim }} Test
steps:
- name: Checkout
Expand Down

0 comments on commit dd4168d

Please sign in to comment.