troubleshooting

This commit is contained in:
zeppi 2022-11-25 20:37:28 -05:00
parent 72281739f6
commit c51f324645

View file

@ -13,6 +13,11 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: aftercheckout
run: |
ls -al
ls -al ..
pwd
- name: hacky copy # docker image runs ~ as /root, but github actions uses ~=/github/home - name: hacky copy # docker image runs ~ as /root, but github actions uses ~=/github/home
run: | run: |
cp -r /root/.buildozer ~/.buildozer/ cp -r /root/.buildozer ~/.buildozer/
@ -22,6 +27,7 @@ jobs:
echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list
wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | apt-key add - wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | apt-key add -
apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign git-secret apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign git-secret
ls -al ..
ls -al ls -al
git init git init
ls -al ls -al