test setup step #1245

Open
jessopb wants to merge 35 commits from test-deploy into master
Showing only changes of commit 89436434ff - Show all commits

View file

@ -18,6 +18,9 @@ jobs:
add-apt-repository -y ppa:git-core/ppa
apt-get update
apt-get install -y git
- name: work around for permission issue
run: |
git config --global --add safe.directory /__w/lbry-android/lbry-android
- name: checkout
uses: actions/checkout@v3
- name: aftercheckout