Skip to content

Commit

Permalink
fix: assume yes during apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 24, 2024
1 parent 77b17f8 commit d144f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rm -r /run/host${{ runner.tool_cache }}
- name: Install needed packages
run: apt update && apt install build-essential debhelper-compat dh-sequence-gnome libglib2.0-dev meson
run: apt update && apt install -y build-essential debhelper-compat dh-sequence-gnome libglib2.0-dev meson

- name: Build debian package
run: |
Expand Down

0 comments on commit d144f27

Please sign in to comment.