From b96bd63aa643c74582d206eb08828909a303082a Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Fri, 25 Oct 2024 12:57:01 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e31a13e..4b9912c 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,9 @@ Whether to cache the OpenFOAM installation between runs. Default: `true`. - `debian:bullseye`: 2406, 2312, 2306, 2212, 2206, 2112, 2106, 2012, 2006 (openfoam.com) - Windows: not supported + +## Related actions + +- [`gerlero/apt-install`](github.com/gerlero/apt-install): GitHub Action to install and cache APT packages. +- [`gerlero/add-apt-repository`](github.com/gerlero/add-apt-repository): GitHub Action to add a new APT repository for installing packages. +- [`gerlero/brew-install`](github.com/gerlero/brew-install): GitHub Action to install and cache Homebrew packages.