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`