From 03b8d9bba8a60731dfe4788f40b239a0b20b1681 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 28 Jan 2024 05:38:31 -0800 Subject: [PATCH] Use setenv syntax for csh --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1aabb..0ac9192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,5 +84,6 @@ jobs: libtool run: | ./bootstrap - CFLAGS="-I/usr/local/include -L/usr/local/lib" ./configure + setenv CFLAGS "-I/usr/local/include -L/usr/local/lib" + ./configure make -j $(nproc)