Add -y flag in apt install
All checks were successful
check / check (push) Successful in 31s

This commit is contained in:
Florian RICHER 2024-05-24 21:24:52 +02:00
parent 185f9fa6a5
commit cd1c1eea16

View file

@ -10,7 +10,7 @@ jobs:
shell: bash
steps:
- name: Install sudo package
run: apt update && apt install sudo jq
run: apt update && apt install sudo jq -y
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v27
- name: Show flake info