From 627465a7349e879dc3e04146dafe80eab3e18b39 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 22 Jan 2024 21:31:46 +0100 Subject: [PATCH] CI: do not use GitLab syntax in GitHub --- .github/workflows/weekly-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-debian.yml b/.github/workflows/weekly-debian.yml index 3dea1c3bd..924f7f8fb 100644 --- a/.github/workflows/weekly-debian.yml +++ b/.github/workflows/weekly-debian.yml @@ -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