From a985bee413ce325d80e8c30eefbbcb49e9caa47e Mon Sep 17 00:00:00 2001 From: Stealth1226 Date: Wed, 1 Sep 2021 16:57:04 +0530 Subject: [PATCH] clone crystal iso repo [skip ci] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0709a7d..9ad71d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Build run: | - pacman -Syu --needed --noconfirm && pacman -S git --needed --noconfirm && git clone https://github.com/Stealth1226/iso/ && cd iso && bash deps.sh && bash build_iso.sh + pacman -Syu --needed --noconfirm && pacman -S git --needed --noconfirm && git clone https://github.com/crystalux-project/iso/ && cd iso && bash deps.sh && bash build_iso.sh - name: Get current date id: date