mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
CI: opensuse doesn't have curl installed by default
This commit is contained in:
parent
2107efdd75
commit
03b2c8054b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-opensuse.yml
vendored
2
.github/workflows/nightly-opensuse.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: "prepare env"
|
||||
run: |
|
||||
zypper --non-interactive up
|
||||
zypper --non-interactive in git-core jq
|
||||
zypper --non-interactive in git-core jq curl
|
||||
# From deploycala.py
|
||||
zypper --non-interactive in \
|
||||
"autoconf" \
|
||||
|
|
Loading…
Add table
Reference in a new issue