Remove pod cache
This commit is contained in:
parent
db41d260af
commit
372e897350
2 changed files with 0 additions and 12 deletions
6
.github/workflows/deploying.yml
vendored
6
.github/workflows/deploying.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue