Skip to content

Commit

Permalink
fix type
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 6af231c commit bef4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
sudo apt install libzmq3-dev libx11-dev qtbase5-dev libgl1-mesa-dev file -y
- name: Build and upload db
run: |
mkdir temp
Expand Down

0 comments on commit bef4344

Please sign in to comment.