From ef151cf2d232cc7ee46035f9b225282f4eeea4a9 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 1 Nov 2022 22:32:23 +0800 Subject: [PATCH] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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