Update test.yml
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -26,8 +26,7 @@ jobs:
|
||||
# with:
|
||||
# perl-version: 'latest'
|
||||
# Enable tmate debugging of manually-triggered workflows if the input option was provided
|
||||
- run: |
|
||||
echo 'if [ "$1" == "update" ]; then `apk update`; else `apk add "${*:2}"`; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
|
||||
- run: echo 'if [ "$1" == "update" ]; then `apk update`; else `apk add "${*:2}"`; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user