File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
- - name : Install BLAS
24
- run : sudo apt-get install libopenblas-dev
23
+ - name : Install BLAS and PCRE
24
+ run : sudo apt-get install -y libopenblas-dev libpcre3 -dev
25
25
- uses : jiro4989/setup-nim-action@v2
26
26
with :
27
- nim-version : ' stable '
27
+ nim-version : ' 2.0.x '
28
28
repo-token : ${{ secrets.GITHUB_TOKEN }}
29
29
- run : nimble refresh
30
30
- run : nimble install
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
- - name : Install BLAS
25
- run : sudo apt-get install libopenblas-dev
24
+ - name : Install BLAS and PCRE
25
+ run : sudo apt-get install -y libopenblas-dev libpcre3 -dev
26
26
- uses : jiro4989/setup-nim-action@v2
27
27
with :
28
28
nim-version : ${{ matrix.nim }}
You can’t perform that action at this time.
0 commit comments