From eec1b144c7394550aba523a5f2588b2803095553 Mon Sep 17 00:00:00 2001 From: Vasily Ptitsyn <younke@users.noreply.github.com> Date: Wed, 10 Aug 2022 00:42:35 +0900 Subject: [PATCH] change swift spm example --- examples.md | 2 -- 1 file changed, 2 deletions(-) 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- ```