diff --git a/examples.md b/examples.md index fca1f8c..ca8b708 100644 --- a/examples.md +++ b/examples.md @@ -623,6 +623,4 @@ whenever possible: with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} - restore-keys: | - ${{ runner.os }}-spm- ```