[sse] ok something about that PR breaks either way. Now trying it with SSE

This commit is contained in:
Al
2023-07-06 02:05:17 -04:00
parent 57eaa414ce
commit 5a1f6df5a9

View File

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