- Timestamp:
- 2021-06-02T21:25:06+02:00 (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant-test.yml
r17694 r17918 42 42 ~/.ivy2/cache/ 43 43 ~/work/josm/josm/tools/ 44 key: ${{ runner.os }}-ivy2-${{ hashFiles('ivy.xml') }} 44 key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }} 45 45 46 46 - name: Setup Java ${{ matrix.java }} -
trunk/.github/workflows/ant.yml
r17694 r17918 91 91 ~/.ivy2/cache/ 92 92 ~/work/josm/josm/tools/ 93 key: ${{ runner.os }}-ivy2-${{ hashFiles('ivy.xml') }} 93 key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }} 94 94 95 95 - name: Setup Java ${{ matrix.java }}
Note:
See TracChangeset
for help on using the changeset viewer.