Commit 4bb02d3
committed
fix(ci): remove workaround for hashFiles on macOS runners
- Removes custom file hash calculation step that was used to work around a GitHub Actions bug
- Simplifies cache key generation by using hashFiles function directly
- The workaround is no longer needed as the GitHub Actions issue has been resolved
References: actions/runner-images#133411 parent a68e8bb commit 4bb02d3
1 file changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
83 | 77 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 78 | + | |
87 | 79 | | |
88 | 80 | | |
89 | 81 | | |
| |||
93 | 85 | | |
94 | 86 | | |
95 | 87 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 88 | + | |
99 | 89 | | |
100 | 90 | | |
101 | 91 | | |
| |||
0 commit comments