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