ci: add -y to apt update

This commit is contained in:
Zaiming (Stone) Shi 2023-09-29 13:31:46 +02:00
parent c1ed798b69
commit b7587fe48e
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ jobs:
name: ${{ matrix.profile }}
path: packages/${{ matrix.profile }}
- name: install dos2unix
run: sudo apt-get update && sudo apt install -y dos2unix
run: sudo apt-get update -y && sudo apt install -y dos2unix
- name: get packages
run: |
set -eu