We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5100522 commit 8c06111Copy full SHA for 8c06111
action.yml
@@ -165,8 +165,8 @@ runs:
165
geode sdk update $SDK_VERSION
166
geode sdk install-binaries --platform ${{ steps.platform.outputs.target_id }}
167
168
- #export CPM_CACHE="${{ github.action_path }}/cpm-cache"
169
- #echo "CPM_SOURCE_CACHE=$CPM_CACHE" >> $GITHUB_ENV
+ export CPM_CACHE="${{ github.action_path }}/cpm-cache"
+ echo "CPM_SOURCE_CACHE=$CPM_CACHE" >> $GITHUB_ENV
170
171
172
- name: Run CMake and build
0 commit comments