add code to try unzip archives

This commit is contained in:
Eliot Jones
2022-01-11 10:05:21 +00:00
parent 41bfa1a054
commit bb16af1d9a

View File

@@ -42,4 +42,10 @@ jobs:
run: stat --printf="%s" archive/part1-archive.7z
- name: Print output size part 2
run: stat --printf="%s" archive/part2-archive.7z
run: stat --printf="%s" archive/part2-archive.7
- name: Unzip archives
run: sudo apt-get install p7zip-full && cd archive && 7z x part1-archive.7x && 7z x part2-archive.7z
- name: List Unzipped
run: ls archive