8888 if : matrix.sys == 'disable'
8989 with :
9090 path : ports
91- key : ports-ubuntu-${{hashFiles('**/dependencies.yml ')}}
91+ key : ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/ **/*.patch ')}}
9292 - run : bundle install --local || bundle install
9393 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
9494 - run : bundle exec rake test
@@ -111,7 +111,7 @@ jobs:
111111 if : matrix.sys == 'disable'
112112 with :
113113 path : ports
114- key : ports-ubuntu-${{hashFiles('**/dependencies.yml ')}}
114+ key : ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/ **/*.patch ')}}
115115 - run : bundle install --local || bundle install
116116 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
117117 - run : bundle exec rake test:valgrind
@@ -172,7 +172,7 @@ jobs:
172172 if : matrix.sys == 'disable'
173173 with :
174174 path : ports
175- key : ports-ubuntu-${{hashFiles('**/dependencies.yml ')}}
175+ key : ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/ **/*.patch ')}}
176176 - run : bundle install --local || bundle install
177177 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
178178 - run : bundle exec rake test
@@ -197,7 +197,7 @@ jobs:
197197 if : matrix.sys == 'disable'
198198 with :
199199 path : ports
200- key : ports-ubuntu-${{hashFiles('**/dependencies.yml ')}}
200+ key : ports-ubuntu-${{hashFiles('dependencies.yml', 'patches/ **/*.patch ')}}
201201 - run : bundle install --local || bundle install
202202 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
203203 - run : bundle exec rake test:valgrind
@@ -222,7 +222,7 @@ jobs:
222222 if : matrix.sys == 'disable'
223223 with :
224224 path : ports
225- key : ports-macos-${{hashFiles('**/dependencies.yml ')}}
225+ key : ports-macos-${{hashFiles('dependencies.yml', 'patches/ **/*.patch ')}}
226226 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
227227 - run : bundle exec rake test
228228
@@ -251,7 +251,7 @@ jobs:
251251 if : matrix.sys == 'disable'
252252 with :
253253 path : ports
254- key : ports-windows-${{hashFiles('**/dependencies.yml ')}}
254+ key : ports-windows-${{hashFiles('dependencies.yml', 'patches/ **/*.patch ')}}
255255 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
256256 - run : bundle exec rake test
257257
0 commit comments