From 8acde60c102b2c1c00950d14a827412fe7036b3a Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 21 Jul 2022 08:07:38 -0400 Subject: [PATCH] Testing if workflow works with crystal docker image --- .github/workflows/build.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a90117c..a6db2c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,13 +10,20 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.SECRET_TOKEN }} container: - image: archlinux:base-devel + image: crystallinux:crystal options: --privileged 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 -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