[ci] Start with an empty cache
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -33,9 +33,9 @@ jobs:
|
|||||||
~/.cache
|
~/.cache
|
||||||
~/work/pmd/target/repositories
|
~/work/pmd/target/repositories
|
||||||
vendor/bundle
|
vendor/bundle
|
||||||
key: v1-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
|
key: v2-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
v1-${{ runner.os }}-
|
v2-${{ runner.os }}-
|
||||||
- name: Set up Ruby 2.7
|
- name: Set up Ruby 2.7
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/troubleshooting.yml
vendored
4
.github/workflows/troubleshooting.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
|||||||
~/.cache
|
~/.cache
|
||||||
~/work/pmd/target/repositories
|
~/work/pmd/target/repositories
|
||||||
vendor/bundle
|
vendor/bundle
|
||||||
key: v1-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
|
key: v2-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
v1-${{ runner.os }}-
|
v2-${{ runner.os }}-
|
||||||
- name: Set up Ruby 2.7
|
- name: Set up Ruby 2.7
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user