diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b83a0fa..5c0a339 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,8 @@ jobs: - core-apps - core-autopatch - core-compat - - core-deps + # Trick GH runners into picking this slower job early. + - ACME=1 c=core-deps - core-makedep - core-misc - core-plugins @@ -52,7 +53,8 @@ jobs: - hex - proper - protobuffs - - relx + # Trick GH runners into picking this slower job early. + - ACME=1 c=relx - shell - sphinx - triq |