From 8c06111324925d10da512b884fd41373c75dd086 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Mon, 5 Feb 2024 00:11:47 +0300 Subject: [PATCH] re-enable cpm cache --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 891ba19..7f8bd96 100644 --- a/action.yml +++ b/action.yml @@ -165,8 +165,8 @@ runs: geode sdk update $SDK_VERSION geode sdk install-binaries --platform ${{ steps.platform.outputs.target_id }} - #export CPM_CACHE="${{ github.action_path }}/cpm-cache" - #echo "CPM_SOURCE_CACHE=$CPM_CACHE" >> $GITHUB_ENV + export CPM_CACHE="${{ github.action_path }}/cpm-cache" + echo "CPM_SOURCE_CACHE=$CPM_CACHE" >> $GITHUB_ENV - name: Run CMake and build