mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 14:51: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
|
||||
|
||||
if [ -n "${{ inputs.module }}" ]; then
|
||||
PARMS+="${{ inputs.module }}"
|
||||
PARMS="${{ inputs.module }}"
|
||||
elif [ -f "defines.${{ matrix.platform }}" ]; then
|
||||
PARMS+=" `cat "defines.${{ matrix.platform }}" | xargs`"
|
||||
PARMS="`cat "defines.${{ matrix.platform }}" | xargs`"
|
||||
else
|
||||
echo "[E] ${{ matrix.platform }}-${{ matrix.version }}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user