diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba79f6..37bf3ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,10 @@ jobs: python -m pip install --upgrade pip pip install pipenv + - name: Check build prerequisites + run: | + bash check-build-prerequisites.sh + - name: Run make command run: | make -f help.makefile