Enable extensions for CI

This commit is contained in:
Miodrag Milanovic 2024-07-09 09:22:37 +02:00
parent c6e5e0b26b
commit ead4718e56
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
echo "ENABLE_VERIFIC := 1" >> Makefile.conf
echo "ENABLE_VERIFIC_EDIF := 1" >> Makefile.conf
echo "ENABLE_VERIFIC_LIBERTY := 1" >> Makefile.conf
echo "ENABLE_VERIFIC_YOSYSHQ_EXTENSIONS := 1" >> Makefile.conf
echo "ENABLE_CCACHE := 1" >> Makefile.conf
make -j${{ env.procs }}