diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ac9192..1c452a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: libgcrypt \ libtool run: | + bash ./bootstrap - setenv CFLAGS "-I/usr/local/include -L/usr/local/lib" - ./configure + CFLAGS="-I/usr/local/include -L/usr/local/lib" ./configure make -j $(nproc)