ci: Use multi-line format to invoke configure

Use the multi-line format to invoke configure with a long command line.

This prepares for even longer command lines.
This commit is contained in:
Hans Ulrich Niedermann
2024-11-20 23:32:36 +01:00
parent 0b92721af9
commit 79e091b545

View File

@@ -293,8 +293,10 @@ jobs:
mkdir _ambuild && cd _ambuild
CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" ../src/configure
CFLAGS="-I/opt/homebrew/include"
LDFLAGS="-L/opt/homebrew/lib"
../src/configure
- name: Build
run: make -C _ambuild -j$(nproc)
- name: "avrdude -? (not installed)"