Skip to content

Commit

Permalink
add --non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Feb 14, 2024
1 parent b6248e6 commit 29df6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Install needed packages
run: |
zypper --gpg-auto-import-keys addrepo https://cli.github.com/packages/rpm/gh-cli.repo
zypper --non-interactive --gpg-auto-import-keys addrepo https://cli.github.com/packages/rpm/gh-cli.repo
zypper ref
zypper install -y clang wget bzip2 zlib-devel m4 xz gzip cmake find git tar gcc gh
shell: bash
Expand Down

0 comments on commit 29df6a5

Please sign in to comment.