Skip to content

Commit

Permalink
Use setenv syntax for csh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 28, 2024
1 parent 0202b27 commit 03b8d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 03b8d9b

Please sign in to comment.