mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Reset config.h for matrix builds
This commit is contained in:
parent
9a37ebb93f
commit
a37e666a43
3
.github/workflows/build_all_keyboards.yml
vendored
3
.github/workflows/build_all_keyboards.yml
vendored
@ -78,10 +78,9 @@ jobs:
|
||||
SHIELD_ARG="-DSHIELD=${{ matrix.shield }}"
|
||||
fi
|
||||
echo "::set-output name=shield-arg::${SHIELD_ARG}"
|
||||
|
||||
configfile="${GITHUB_WORKSPACE}/miryoku/config.h"
|
||||
echo '// https://github.com/manna-harbour/miryoku-zmk/' > "$configfile"
|
||||
echo "::set-output name=configfile::$configfile"
|
||||
|
||||
artifact_build_name="miryoku_zmk ${{ matrix.shield }} ${{ matrix.board }}"
|
||||
for option in "alphas_${{ matrix.alphas }}" "nav_${{ matrix.nav }}" "clipboard_${{ matrix.clipboard }}" "layers_${{ matrix.layers }}" "mapping_${{ matrix.mapping }}"
|
||||
do
|
||||
|
||||
3
.github/workflows/build_corne.yml
vendored
3
.github/workflows/build_corne.yml
vendored
@ -56,10 +56,9 @@ jobs:
|
||||
SHIELD_ARG="-DSHIELD=${{ matrix.shield }}"
|
||||
fi
|
||||
echo "::set-output name=shield-arg::${SHIELD_ARG}"
|
||||
|
||||
configfile="${GITHUB_WORKSPACE}/miryoku/config.h"
|
||||
echo '// https://github.com/manna-harbour/miryoku-zmk/' > "$configfile"
|
||||
echo "::set-output name=configfile::$configfile"
|
||||
|
||||
artifact_build_name="miryoku_zmk ${{ matrix.shield }} ${{ matrix.board }}"
|
||||
for option in "alphas_${{ matrix.alphas }}" "nav_${{ matrix.nav }}" "clipboard_${{ matrix.clipboard }}" "layers_${{ matrix.layers }}" "mapping_${{ matrix.mapping }}"
|
||||
do
|
||||
|
||||
@ -68,10 +68,9 @@ jobs:
|
||||
SHIELD_ARG="-DSHIELD=${{ matrix.shield }}"
|
||||
fi
|
||||
echo "::set-output name=shield-arg::${SHIELD_ARG}"
|
||||
|
||||
configfile="${GITHUB_WORKSPACE}/miryoku/config.h"
|
||||
echo '// https://github.com/manna-harbour/miryoku-zmk/' > "$configfile"
|
||||
echo "::set-output name=configfile::$configfile"
|
||||
|
||||
artifact_build_name="miryoku_zmk ${{ matrix.shield }} ${{ matrix.board }}"
|
||||
for option in "alphas_${{ matrix.alphas }}" "nav_${{ matrix.nav }}" "clipboard_${{ matrix.clipboard }}" "layers_${{ matrix.layers }}" "mapping_${{ matrix.mapping }}"
|
||||
do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user