updated alpine_2.7.yaml

pull/2/head
Hari Sekhon 5 years ago
parent e1b6b75560
commit b9404c0462

@ -40,7 +40,9 @@ jobs:
ls -l /.dockerenv
echo "pwd is $PWD"
cat /etc/*release
apk add --no-cache git make
#apk add --no-cache git make
apk update &&
apk add git make
- name: git clone
run: |
cd /tmp &&

Loading…
Cancel
Save