[test] testing with sse2 disabled to see if the build is working generally

This commit is contained in:
Al
2023-07-06 01:16:22 -04:00
parent 7a448b718d
commit 59325c3b13

View File

@@ -30,7 +30,7 @@ jobs:
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
run: |
./bootstrap.sh
./configure --datadir=$LIBPOSTAL_DATA_DIR
./configure --datadir=$LIBPOSTAL_DATA_DIR --disable-sse2
make
- name: Test
run: make check