Skip to content

Commit

Permalink
remove ninja build
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 5, 2024
1 parent cf25154 commit 8ef4f45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
repository: AppThreat/blint-db
path: blint-db
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
version: 1.10.0
# - name: Setup Ninja
# uses: ashutoshvarma/setup-ninja@master
# with:
# version: 1.10.0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -34,7 +34,7 @@ jobs:
cd blint-db && python -m pip install .
- name: Install apt package
run: |
sudo apt install libzmq3-dev libx11-dev qtbase5-dev libgl1-mesa-dev file -y
sudo apt install libzmq3-dev libx11-dev qtbase5-dev libgl1-mesa-dev ninja-build file -y
- name: Build and upload db
run: |
mkdir -p temp
Expand Down

0 comments on commit 8ef4f45

Please sign in to comment.