From dbdb650992ebf3aaba469a35daf3d180047fd220 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sat, 10 Feb 2024 19:41:22 +0100 Subject: [PATCH] cache build --- .gitea/workflows/linux.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 7076427..0fc4e52 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -15,6 +15,13 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 + - name: Cache Build + id: cache-build + uses: actions/cache@v4 + with: + path: build + key: ${{ runner.os }}-td + - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: