File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 83
83
uses : actions/cache@v3
84
84
with :
85
85
path : /home/runner/compiled
86
- key : ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-${{ matrix.target.type }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}
86
+ key : ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-${{ matrix.target.type }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}-2
87
87
88
88
- name : Set build environment
89
89
run : |
@@ -191,7 +191,7 @@ jobs:
191
191
uses : actions/cache@v3
192
192
with :
193
193
path : ~/compiled
194
- key : ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}
194
+ key : ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}-2
195
195
196
196
- name : Install dependencies
197
197
run : brew install coreutils pkg-config
Original file line number Diff line number Diff line change 52
52
uses : actions/cache@v3
53
53
with :
54
54
path : /home/runner/compiled
55
- key : ${{ runner.os }}-ffmpeg-${{ hashFiles('install_ffmpeg.sh') }}
55
+ key : ${{ runner.os }}-ffmpeg-${{ hashFiles('install_ffmpeg.sh') }}-2
56
56
restore-keys : |
57
- ${{ runner.os }}-ffmpeg
57
+ ${{ runner.os }}-ffmpeg-2
58
58
59
59
- name : Install protobuf
60
60
run : |
You can’t perform that action at this time.
0 commit comments