Commit de0b925
committed
Fix 7z extraction: Add -y flag for non-interactive mode
7z was asking for user input during extraction, causing CI to fail:
'Break signaled ? (Y)es / (N)o / (A)lways...'
Added -y flag to automatically answer yes to all prompts.
Also added ls to show what files were extracted for debugging.1 parent 14ec8a4 commit de0b925
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments