Skip to content

Commit 8c06111

Browse files
authored
re-enable cpm cache
1 parent 5100522 commit 8c06111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ runs:
165165
geode sdk update $SDK_VERSION
166166
geode sdk install-binaries --platform ${{ steps.platform.outputs.target_id }}
167167
168-
#export CPM_CACHE="${{ github.action_path }}/cpm-cache"
169-
#echo "CPM_SOURCE_CACHE=$CPM_CACHE" >> $GITHUB_ENV
168+
export CPM_CACHE="${{ github.action_path }}/cpm-cache"
169+
echo "CPM_SOURCE_CACHE=$CPM_CACHE" >> $GITHUB_ENV
170170
171171
172172
- name: Run CMake and build

0 commit comments

Comments
 (0)