ci: inject missing tar binary (#6477)
This commit is contained in:
parent
8bab4b37e5
commit
ad067ae4a5
|
@ -349,6 +349,10 @@ jobs:
|
|||
name: middleman build
|
||||
command: bundle exec middleman build
|
||||
|
||||
- run:
|
||||
name: add missing tar binary
|
||||
command: apk update && apk add tar
|
||||
|
||||
# saves website build directory
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
|
Loading…
Reference in New Issue