about summary refs log tree commit diff stats
path: root/.github/workflows/build-binaries.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-binaries.yml')
-rw-r--r--.github/workflows/build-binaries.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 0ecff40..06bddca 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml
@@ -52,8 +52,7 @@ jobs:
52 run: mkdir -p $VCPKG_DEFAULT_BINARY_CACHE 52 run: mkdir -p $VCPKG_DEFAULT_BINARY_CACHE
53 shell: bash 53 shell: bash
54 54
55 # Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be 55 # Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
56quickly restored from GitHub cache service.
57 - uses: lukka/get-cmake@latest 56 - uses: lukka/get-cmake@latest
58 57
59 # Restore vcpkg from the GitHub Action cache service. Note that packages are restored by vcpkg's binary caching 58 # Restore vcpkg from the GitHub Action cache service. Note that packages are restored by vcpkg's binary caching