Remove pod cache

This commit is contained in:
Mingshen Sun 2021-01-15 23:09:49 -08:00
parent db41d260af
commit 372e897350
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 0 additions and 12 deletions

View file

@ -18,12 +18,6 @@ jobs:
brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2 brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2
brew install swiftlint || brew link --overwrite swiftlint brew install swiftlint || brew link --overwrite swiftlint
gem install bundler gem install bundler
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-
- uses: actions/cache@v2 - uses: actions/cache@v2
id: carthage-cache id: carthage-cache
with: with:

View file

@ -12,12 +12,6 @@ jobs:
brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2 brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2
brew install swiftlint || brew link --overwrite swiftlint brew install swiftlint || brew link --overwrite swiftlint
gem install bundler gem install bundler
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-
- uses: actions/cache@v2 - uses: actions/cache@v2
id: carthage-cache id: carthage-cache
with: with: