summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 16:12:52 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 16:12:52 +0100
commit8aad56711b3f4b1e9299cb85ecdab0988c466feb (patch)
tree239de831907e5fc50d7d5f1a69f2519291c6b98b /.github
parent734300b71c121585eb682eb80fc4c66e23ee84db (diff)
downloadnet-ssh-8aad56711b3f4b1e9299cb85ecdab0988c466feb.tar.gz
Added pip-cached
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index afbea09..52fc161 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,14 @@ jobs:
key: ${{ runner.os }}-${{ matrix.ruby-version }}-gem-v2-${{ hashFiles('**/Gemfile') }}-${{ hashFiles('**/net-ssh.gemspec') }}
restore-keys: |
${{ runner.os }}-${{ matrix.ruby-version }}-gem-v2-
-
+ - name: Cache pip
+ uses: actions/cache@v1
+ id: pip-cache
+ with:
+ path: ~/.cache/pip
+ key: ${{ runner.os }}-pip-v1
+ restore-keys: |
+ ${{ runner.os }}-pip-v1
- name: Bundle install
run: |
gem install bundler