mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-05-07 11:27:04 +02:00
github: cache check-versions stuff
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -17,4 +17,10 @@ jobs:
|
||||
python-version: '2.7'
|
||||
- name: Install python-dev
|
||||
run: sudo apt-get install -y python2.7-dev
|
||||
- name: Cache check-versions script
|
||||
id: cache-check-versions
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache/git-remote-hg
|
||||
key: check-versions
|
||||
- run: ./tools/check-versions hg:$HG_VERSION
|
||||
|
||||
Reference in New Issue
Block a user