You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes possible inconsistencies in caches between arm and x86_64 runners, which can cause errors like:
```
The following packages have unmet dependencies:
attr : Depends: libattr1 (= 1:2.5.2-1build1) but 1:2.5.2-1build1.1 is to be installed
libdebuginfod1t64 : Depends: libelf1t64 (= 0.190-1.1build4) but 0.190-1.1build4.1 is to be installed
Depends: libdw1t64 (= 0.190-1.1build4) but 0.190-1.1build4.1 is to be installed
uuid-dev : Depends: libuuid1 (= 2.39.3-9ubuntu6.1) but 2.39.3-9ubuntu6.2 is to be installed
E: Unable to correct problems, you have held broken packages.
```
---------
Co-authored-by: ocaisa <[email protected]>
0 commit comments