Skip to content

Commit 90ee17c

Browse files
committed
test: no overrite flag
1 parent 560ee84 commit 90ee17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mainline-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Extract and run tarballs
3636
run: |
3737
for archive in artifacts/*.tar.gz; do
38-
tar -xzf "$archive" -C / --overwrite --recursive-unlink
38+
tar -xpf "$archive" -C / --overwrite
3939
for f in /opt/hcpu/tests/*; do
4040
[ -f "$f" ] && [ -x "$f" ] && "$f"
4141
done

0 commit comments

Comments
 (0)