mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-09 21:41:41 +03:00
Add apt-get update to CI, quiet apt-get output
This commit is contained in:
parent
5fe7644620
commit
4bc07111ef
2
.github/workflows/CI.yaml
vendored
2
.github/workflows/CI.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: >
|
||||
sudo apt-get install --yes
|
||||
sudo apt-get update -qq && sudo apt-get install -qq --yes
|
||||
fish git
|
||||
curl
|
||||
python3 python3-venv
|
||||
|
Loading…
Reference in New Issue
Block a user