From fce81fd7fa1a9fe2baec51d7f503d29f051c679c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 23 Jan 2024 16:54:28 -0600 Subject: [PATCH] sequential builds --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6ece20..ed98c88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,10 @@ jobs: build: strategy: matrix: - host: ["othalan", "algiz", "mannaz"] + host: ["algiz", "othalan", "mannaz"] + # try to use the cache here along the way + fail-fast: true + max-parallel: 1 runs-on: ubuntu-latest steps: # free up some space