From 766ec6bb90bc3b8afd07ac259903050d851b99a1 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 9 Sep 2021 13:06:12 -0400 Subject: [PATCH] typo :upside_down: --- .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 4dacc17..bef0f34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Build run: | - pacman-key --init && pacman -Syu --needed --noconfirm && pacman --S --noconfirm --needed bind && nslookup repo.getcryst.al && pacman -S git archiso pacman-contrib --needed --noconfirm && git clone https://github.com/crystal-linux/iso/ && cd iso && bash build_iso.sh + pacman-key --init && pacman -Syu --needed --noconfirm && pacman -S --noconfirm --needed bind && nslookup repo.getcryst.al && pacman -S git archiso pacman-contrib --needed --noconfirm && git clone https://github.com/crystal-linux/iso/ && cd iso && bash build_iso.sh - name: Get current date id: date