Skip to content

Commit

Permalink
Run zypper with --non-interactive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent b6ebc53 commit 1786d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opensuse-leap-15-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-w /workspace \
opensuse/leap:15 \
bash -c "
zypper install --no-recommends git cmake python3-devel gcc-c++ \
zypper install --no-recommends --non-interactive git cmake python3-devel gcc-c++ \
gmp-devel libuuid-devel sqlite-devel \
gtkmm3-devel \
python3-matplotlib \
Expand Down

0 comments on commit 1786d57

Please sign in to comment.