From 6ffd924409a0009ec6de50ab719d4bd157a3355e Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 28 Jan 2024 05:46:03 -0800 Subject: [PATCH] Attempt to execute steps in bash --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)