1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

force GSL 2.7.1 version

This commit is contained in:
neodiX 2022-12-29 13:02:46 +01:00
parent 012b5347a0
commit f118d35157
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ jobs:
cd gsl-2.7.1/ cd gsl-2.7.1/
./configure ./configure
make make
make install sudo make install
- name: Show GSL version - name: Show GSL version
run: | run: |

View file

@ -25,7 +25,7 @@ jobs:
cd gsl-2.7.1/ cd gsl-2.7.1/
./configure ./configure
make make
make install sudo make install
- name: Show GSL version - name: Show GSL version
run: | run: |

View file

@ -28,7 +28,7 @@ jobs:
cd gsl-2.7.1/ cd gsl-2.7.1/
./configure ./configure
make make
make install sudo make install
- name: Show GSL version - name: Show GSL version
run: | run: |