Adding missing dependencies
This commit is contained in:
@@ -24,6 +24,9 @@ jobs:
|
||||
log_info "Updating version in version.sh to $(yellow)$NEW_VERSION"
|
||||
sed -Ei "s|^(Version=\")[^\"]*|\1${NEW_VERSION}|" version.sh
|
||||
cat version.sh
|
||||
- name: Install stuff
|
||||
run: |
|
||||
apk add --no-cache openssh coreutils
|
||||
- name: TARRRRRRRR and push
|
||||
run: |
|
||||
PACKAGE_NAME="clearscript-v${NEW_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user