We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560ee84 commit 90ee17cCopy full SHA for 90ee17c
1 file changed
.github/workflows/mainline-test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Extract and run tarballs
36
run: |
37
for archive in artifacts/*.tar.gz; do
38
- tar -xzf "$archive" -C / --overwrite --recursive-unlink
+ tar -xpf "$archive" -C / --overwrite
39
for f in /opt/hcpu/tests/*; do
40
[ -f "$f" ] && [ -x "$f" ] && "$f"
41
done
0 commit comments