Update test_32.yml

This commit is contained in:
Scott Fennell 2021-02-04 23:47:53 -06:00 committed by GitHub
parent f9f25b5d27
commit 05a792eff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
rm udunits-2.2.28.tar.gz
cd udunits-2.2.28
export CFLAGS="-m32"
./configure --prefix=/usr
./configure
make
make install
- name: Install GTest (32 bit)