Commit 15d33be
Add arch to apt cache key (#34)
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 <alan.ocais@cecam.org>1 parent 204fd62 commit 15d33be
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
| 346 | + | |
345 | 347 | | |
346 | 348 | | |
347 | 349 | | |
348 | 350 | | |
349 | | - | |
| 351 | + | |
350 | 352 | | |
351 | 353 | | |
352 | 354 | | |
| |||
0 commit comments