Update runtests.yml
This commit is contained in:
5
.github/workflows/runtests.yml
vendored
5
.github/workflows/runtests.yml
vendored
@@ -26,8 +26,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get the Tag and Branch
|
- name: Get the Tag and Branch
|
||||||
id: get_refs
|
id: get_refs
|
||||||
run: echo ::set-output name=RELEASE_TAG::${GITHUB_REF#refs/tags/}
|
run: |
|
||||||
run: echo ::set-output name=RELEASE_BRANCH::${GITHUB_REF#refs/heads)/}
|
echo ::set-output name=RELEASE_TAG::${GITHUB_REF#refs/tags/}
|
||||||
|
echo ::set-output name=RELEASE_BRANCH::${GITHUB_REF#refs/heads)/}
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: apk add openssh xz tmux bash curl sudo gcc make musl-dev perl-dev unzip
|
run: apk add openssh xz tmux bash curl sudo gcc make musl-dev perl-dev unzip
|
||||||
|
|||||||
Reference in New Issue
Block a user