File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
24
24
uses : actions/cache@v2
25
25
with :
26
26
path : libpag.tar.zst
27
- key : libpag-code -${{ github.sha }}
27
+ key : libpag-win -${{ github.sha }}
28
28
restore-keys : |
29
- libpag-code -${{ github.event.before }}
30
- libpag-code -
29
+ libpag-win -${{ github.event.before }}
30
+ libpag-win -
31
31
- if : github.event_name == 'pull_request'
32
32
name : Get libpag cache (pull_request)
33
33
id : libpag-pull_request
34
34
uses : actions/cache@v2
35
35
with :
36
36
path : libpag.tar.zst
37
- key : libpag-code -${{ github.event.pull_request.base.sha }}
38
- restore-keys : libpag-code -
37
+ key : libpag-win -${{ github.event.pull_request.base.sha }}
38
+ restore-keys : libpag-win -
39
39
- name : Check file existence
40
40
id : check_files
41
41
uses : andstor/file-existence-action@v1
@@ -61,15 +61,15 @@ jobs:
61
61
- if : github.event_name == 'pull_request'
62
62
name : Swith branch (pull_request)
63
63
run : |
64
- cd libpag
65
- git fetch
66
- git pull
67
- git checkout ${{ github.head_ref }}
64
+ cd libpag
65
+ git fetch
66
+ git pull
67
+ git checkout ${{ github.head_ref }}
68
68
69
69
- name : brew link emscripten
70
70
if : steps.cache-environment.outputs.cache-hit == 'true'
71
71
run : |
72
- brew link emscripten
72
+ brew link emscripten
73
73
74
74
- name : Windows build
75
75
run : |
You can’t perform that action at this time.
0 commit comments