From dc39cbb242c73275fd4d0713ec67097246d0365c Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 10 May 2021 07:53:53 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fdf643..a1c9af1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,23 +21,24 @@ jobs: - name: Run ShellCheck uses: ludeeus/action-shellcheck@master build: + name: Build runs-on: ubuntu-latest container: image: archlinux:latest options: --privileged steps: - uses: actions/checkout@v2 - - name: Creating workspace. + - name: Creating workspace run: mkdir -p /tmp/archlive/airootfs/root/ - name: Copying easy-arch in the workspace. run: cp easy-arch.sh /tmp/archlive/airootfs/root/ - - name: Updating container. + - name: Updating container run: pacman -Sy - - name: Installing needed tools. + - name: Installing needed tools run: pacman --noconfirm -S git archiso - - name: Copying profile inside the workspace. + - name: Copying profile inside the workspace run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive - - name: Creating the ISO. + - name: Creating the ISO run: mkarchiso -v -w /tmp/archlive/work/ -o /tmp/archlive/out /tmp/archlive - uses: actions/upload-artifact@v2 with: