time to build
Some checks failed
Test And Build / Build (push) Failing after 4s

This commit is contained in:
2025-07-04 12:53:13 +02:00
parent 8ca684604d
commit 398bc8241a

View File

@ -19,5 +19,10 @@ jobs:
with: with:
submodules: 'true' submodules: 'true'
- run: | - run: |
ls -lsah pushd sinqMotor
ls -lsah sinqMotor sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
make install
popd
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile
make install