mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 23:01:01 +07:00
compile: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
f3df750180
commit
f857e9ed16
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -177,9 +177,9 @@ jobs:
|
|||||||
[ -z "`grep 'env.mak' Makefile`" ] && sed -i '1 i include /env.mak' Makefile
|
[ -z "`grep 'env.mak' Makefile`" ] && sed -i '1 i include /env.mak' Makefile
|
||||||
|
|
||||||
if [ -n "${{ inputs.module }}" ]; then
|
if [ -n "${{ inputs.module }}" ]; then
|
||||||
PARMS+="${{ inputs.module }}"
|
PARMS="${{ inputs.module }}"
|
||||||
elif [ -f "defines.${{ matrix.platform }}" ]; then
|
elif [ -f "defines.${{ matrix.platform }}" ]; then
|
||||||
PARMS+=" `cat "defines.${{ matrix.platform }}" | xargs`"
|
PARMS="`cat "defines.${{ matrix.platform }}" | xargs`"
|
||||||
else
|
else
|
||||||
echo "[E] ${{ matrix.platform }}-${{ matrix.version }}"
|
echo "[E] ${{ matrix.platform }}-${{ matrix.version }}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user