mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
fix(ci): add ninja-build as an executable dependencies
This commit is contained in:
parent
8d0c8a4e86
commit
7c5c6ef6fa
2
.github/workflows/run-builds.yml
vendored
2
.github/workflows/run-builds.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install python3-dev python3-setuptools python3-pygments man2html rsync colordiff libmpc-dev
|
||||
sudo apt-get update && sudo apt-get install python3-dev python3-setuptools python3-pygments man2html rsync colordiff libmpc-dev ninja-build
|
||||
sudo python3 -m pip install --upgrade pip
|
||||
sudo python3 -m pip install virtualenv
|
||||
sudo make pygments
|
||||
|
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ export
|
||||
# Dependencies
|
||||
##########################################
|
||||
|
||||
EXECUTABLES = man2html virtualenv python3 colordiff node pygmentize nodejs npm ninja
|
||||
EXECUTABLES = man2html virtualenv python3 colordiff node pygmentize nodejs npm ninja-build
|
||||
K := $(foreach exec,$(EXECUTABLES),\
|
||||
$(if $(shell which $(exec)),some string,$(warning [WARNING] No "$(exec)" executable found. \
|
||||
Please install this executable for everything to work smoothly)))
|
||||
|
Loading…
Reference in New Issue
Block a user