File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
pacman -Sl mingw64 msys > mingw-package-version-list.txt
45
45
- name : Restore natron repo directory from cache
46
46
id : restore-natron-repo-cache
47
- uses : actions/cache/restore@v4.0.0
47
+ uses : actions/cache/restore@v4
48
48
with :
49
49
path : natron_repo
50
50
key : ${{ env.cache-name }}-${{ hashFiles('mingw-package-version-list.txt', 'tools/MINGW-packages/**/PKGBUILD') }}
59
59
echo "REPO_VERSION=${REPO_VERSION}" >> "$GITHUB_OUTPUT"
60
60
- name : Save natron repo directory to cache
61
61
id : save-natron-repo-cache
62
- uses : actions/cache/save@v4.0.0
62
+ uses : actions/cache/save@v4
63
63
# save even if build fails.
64
64
if : always()
65
65
with :
72
72
path : natron_repo
73
73
- name : Check on failures
74
74
if : steps.build-package-repo.outcome != 'success'
75
- run : exit 1
75
+ run : exit 1
You can’t perform that action at this time.
0 commit comments