Update test.yml

This commit is contained in:
Oliver Gorwits
2021-08-16 12:11:37 +01:00
committed by GitHub
parent 953eef39f7
commit 2e474a5d3c

View File

@@ -26,8 +26,7 @@ jobs:
# with: # with:
# perl-version: 'latest' # perl-version: 'latest'
# Enable tmate debugging of manually-triggered workflows if the input option was provided # Enable tmate debugging of manually-triggered workflows if the input option was provided
- run: | - 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
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 - name: Setup tmate session
uses: mxschmitt/action-tmate@v3 uses: mxschmitt/action-tmate@v3
with: with: