From ca89a78061fbd051e6d2b47277ef4f385d3d9741 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 22:08:17 +0200 Subject: [PATCH] Adjust ci script --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c42bfb4..887d515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: ci +default: + image: "archlinux:latest" + on: push: branches: [ "feature/continuous-integration", "development" ] @@ -7,7 +10,6 @@ on: jobs: linux: - runs-on: archlinux-latest steps: - uses: actions/checkout@v3 - run: bash scripts/install-development-environment