CI: do not use GitLab syntax in GitHub
This commit is contained in:
parent
34776bb0ea
commit
627465a734
2
.github/workflows/weekly-debian.yml
vendored
2
.github/workflows/weekly-debian.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
uses: calamares/actions/generic-checkout@v5
|
||||
- name: "prepare source (extensions)"
|
||||
shell: bash
|
||||
script: git clone https://github.com/calamares/calamares-extensions.git ${SRCDIR}/calamares-extensions
|
||||
run: git clone https://github.com/calamares/calamares-extensions.git ${SRCDIR}/calamares-extensions
|
||||
- name: "install dependencies"
|
||||
shell: bash
|
||||
run: ./ci/deps-debian11.sh
|
||||
|
Loading…
Reference in New Issue
Block a user