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:
parent
012b5347a0
commit
f118d35157
3 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-compile-ubuntu.yml
vendored
2
.github/workflows/docker-compile-ubuntu.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
cd gsl-2.7.1/
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
sudo make install
|
||||
|
||||
- name: Show GSL version
|
||||
run: |
|
||||
|
|
2
.github/workflows/ubuntu-18.04-compile.yml
vendored
2
.github/workflows/ubuntu-18.04-compile.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
cd gsl-2.7.1/
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
sudo make install
|
||||
|
||||
- name: Show GSL version
|
||||
run: |
|
||||
|
|
2
.github/workflows/ubuntu-compile.yml
vendored
2
.github/workflows/ubuntu-compile.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
cd gsl-2.7.1/
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
sudo make install
|
||||
|
||||
- name: Show GSL version
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue