Skip to content

Commit

Permalink
Pass -y to dnf.
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelpit committed Apr 17, 2024
1 parent 1c64bff commit bdc8f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
with:
name: "fedora_packages"
- name: Install packages
run: dnf upgrade && dnf install ./nautilus-dropbox-*.*.*-*.*.x86_64.rpm
run: dnf upgrade -y && dnf install -y ./nautilus-dropbox-*.*.*-*.*.x86_64.rpm

0 comments on commit bdc8f1a

Please sign in to comment.