Update cmake-multi-platform.yml

This commit is contained in:
Nic Barker 2024-09-28 12:58:15 +12:00 committed by GitHub
parent 3b6d417d64
commit f19c72c4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,7 @@ jobs:
with: with:
# A list of files, directories, and wildcard patterns to cache and restore # A list of files, directories, and wildcard patterns to cache and restore
path: "_deps" path: "_deps"
key: "_deps"
- name: Configure CMake - name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.