mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user