CI: need to install git in opensuse before checkout
This commit is contained in:
parent
440f704930
commit
4cb8962668
3
.github/workflows/nightly-opensuse-qt6.yml
vendored
3
.github/workflows/nightly-opensuse-qt6.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
image: docker://opensuse/tumbleweed
|
||||
options: --tmpfs /build:rw --user 0:0
|
||||
steps:
|
||||
- name: "prepare git"
|
||||
shell: bash
|
||||
run: zypper --non-interactive in git-core jq curl
|
||||
- name: "prepare source"
|
||||
uses: calamares/actions/generic-checkout@v4
|
||||
- name: "install dependencies"
|
||||
|
Loading…
Reference in New Issue
Block a user