From 2545bb0378296eed8b342b2bacd0a69ca42229af Mon Sep 17 00:00:00 2001 From: Leo Dion Date: Thu, 4 Apr 2024 22:36:55 -0400 Subject: [PATCH] fixing runs --- .github/workflows/Options.yml | 4 ++-- Package@swift-5.9.1.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Options.yml b/.github/workflows/Options.yml index 3cceaf6..9d3c0d0 100644 --- a/.github/workflows/Options.yml +++ b/.github/workflows/Options.yml @@ -112,9 +112,9 @@ jobs: cache-name: cache-spm with: path: .build - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-${{ hashFiles('Package.resolved') }} + key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}-${{ hashFiles('Package.resolved') }} restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}- + ${{ matrix.os }}-build-${{ env.cache-name }}-${{ matrix.xcode }}- - name: Cache mint if: startsWith(matrix.xcode,'/Applications/Xcode_15.2') id: cache-mint diff --git a/Package@swift-5.9.1.swift b/Package@swift-5.9.1.swift index a80de37..456c4e7 100644 --- a/Package@swift-5.9.1.swift +++ b/Package@swift-5.9.1.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.9 +// swift-tools-version:5.9.1 // swiftlint:disable explicit_top_level_acl // swiftlint:disable prefixed_toplevel_constant