From d3889a00ab3f278d0c5474b7a6a878c722028c98 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 7 Nov 2022 01:20:56 +0100 Subject: [PATCH] Documented overlooked dependency. --- README.md | 5 ----- doc/Dependency.rst | 1 + doc/JobTemplate/UnitTesting.rst | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 92d4c4f..ef17387 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,6 @@ Find further usage cases in the following list of projects: - [VHDL/pyVHDLModel](https://github.com/VHDL/pyVHDLModel/tree/main/.github/workflows) -## References - -- [hdl/containers#48](https://github.com/hdl/containers/issues/48) - - ## Contributors * [Patrick Lehmann](https://GitHub.com/Paebbels) diff --git a/doc/Dependency.rst b/doc/Dependency.rst index 440313a..aeb90ca 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -26,4 +26,5 @@ This is a summary of dependencies used by the provided job templates. For more d * Miscellaneous + * :gh:`msys2/setup-msys2` * :gh:`geekyeggo/delete-artifact` diff --git a/doc/JobTemplate/UnitTesting.rst b/doc/JobTemplate/UnitTesting.rst index f2156cc..db77b5a 100644 --- a/doc/JobTemplate/UnitTesting.rst +++ b/doc/JobTemplate/UnitTesting.rst @@ -19,6 +19,7 @@ file. **Dependencies:** * :gh:`actions/checkout` +* :gh:`msys2/setup-msys2` * :gh:`actions/setup-python` * :gh:`actions/upload-artifact`