Skip to content
Snippets Groups Projects
Commit 3a2c125d authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Add -y flag to apt install

parent 39460c3d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ image: python:latest
before_script:
- git clone https://gitlab.com/kicad/libraries/kicad-library-utils.git
- apt update && apt install jq
- apt update && apt install -y jq
- python -V
- jq --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment