mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update udunits location in trick-32 bit build
This commit is contained in:
parent
69b8d2f0ad
commit
0878485f3f
8
.github/workflows/test_linux.yml
vendored
8
.github/workflows/test_linux.yml
vendored
@ -165,10 +165,10 @@ jobs:
|
||||
ln -s ./libpython2.7.so.1.0 libpython2.7.so
|
||||
- name: Install Udunits (32 bit)
|
||||
run: |
|
||||
curl --retry 4 -O https://www.unidata.ucar.edu/downloads/udunits/udunits-2.2.26.tar.gz
|
||||
tar xfvz udunits-2.2.26.tar.gz
|
||||
rm udunits-2.2.26.tar.gz
|
||||
cd udunits-2.2.26
|
||||
curl --retry 4 -O https://artifacts.unidata.ucar.edu/service/rest/repository/browse/downloads-udunits/udunits-2.2.28.tar.gz
|
||||
tar xfvz uudunits-2.2.28.tar.gz
|
||||
rm udunits-2.2.28.tar.gz
|
||||
cd udunits-2.2.28
|
||||
export CFLAGS="-m32"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user