Skip to content

Commit

Permalink
re-enable cpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus authored Feb 4, 2024
1 parent 5100522 commit 8c06111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c06111

Please sign in to comment.