Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored Nov 14, 2024
1 parent 9ff7662 commit 9de6d6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9de6d6d

Please sign in to comment.