From a1d96180b56faa53ed607b3907f47193208dbc0f Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 2 May 2024 10:44:49 -0400 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce1226e..70f834f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ jobs: | `stack-build-arguments-test` |

Additional arguments passed after stack-build-arguments in stack build invocations on the Test step.

| `false` | `""` | | `cache-prefix` |

Prefix applied to all cache keys. This can be any value you like, but teams often use v{N} and bump it to v{N+1} when/if they need to explicitly bust caches.

| `false` | `""` | | `cache-save-always` |

Save artifacts to the cache even if the build fails. This may speed up builds in subsequent runs at the expense of slightly-longer builds when a full cache-hit occurs. Since @v4.2.0.

| `false` | `false` | +| `install-stack` |

Install stack, if necessary

| `false` | `true` | | `upgrade-stack` |

Upgrade stack

| `false` | `true` | | `compiler-tools` |

A list of packages to install as compiler tools, one per line. This is useful to do here rather than separate run commands so that their installation is incorporated in the dependency cache. Since @v5.2.0.

| `false` | `""` | | `stack-yaml` |

Deprecated use env.STACK_YAML or stack-arguments instead.

| `false` | `""` |