From d9d08a96e778353c00b400308011cda2ab89fdc3 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 10 May 2021 16:22:48 +0200 Subject: [PATCH] test anton-small-vm --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d2b45afc9..7af13c74fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,14 @@ env: jobs: prep-dependency-container: name: fmt, clippy, test --release - runs-on: self-hosted + runs-on: [self-hosted, i5-4690K] timeout-minutes: 60 env: FORCE_COLOR: 1 steps: - uses: actions/checkout@v2 with: - clean: "false" + clean: "true" - name: Earthly version run: earthly --version