diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 23:12:11 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 23:12:11 -0400 |
commit | 1af4d354fbbded3b8086e370b6f4c20d084a5d68 (patch) | |
tree | 233954aa0b120eb88ef01dd6407c976f931a5ff1 /.github/workflows/build-binaries.yml | |
parent | e55c6a4b46708233a6016a253156a8967442f3a8 (diff) | |
download | lingo-ap-tracker-1af4d354fbbded3b8086e370b6f4c20d084a5d68.tar.gz lingo-ap-tracker-1af4d354fbbded3b8086e370b6f4c20d084a5d68.tar.bz2 lingo-ap-tracker-1af4d354fbbded3b8086e370b6f4c20d084a5d68.zip |
Typo from copy paste
Diffstat (limited to '.github/workflows/build-binaries.yml')
-rw-r--r-- | .github/workflows/build-binaries.yml | 3 |
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. |
56 | quickly 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 |