diff --git a/README.md b/README.md index 23c75b9..33ed190 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ with: xmake-version: '>=2.2.6 <=2.5.3' ``` +Use action cache: + +```yml +uses: xmake-io/github-action-setup-xmake@v1 +with: + xmake-version: "2.7.2" + actions-cache-folder: ".xmake-cache" +``` + ## Contributing ### Prepare development environment