Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke authored Dec 11, 2024
1 parent 685e87c commit 7075cfd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,11 @@ jobs:
source fdroidserver-env/bin/activate
pip install git+https://gitlab.com/fdroid/fdroidserver.git
- name: Add fdroid to PATH
run: echo "$(python -c 'import os, site; print(os.path.dirname(site.getsitepackages()[0]))')/bin" >> $GITHUB_PATH

- name: Verify fdroid installation
run: |
source fdroidserver-env/bin/activate
fdroid --version
- name: Set up repo secrets
run: |
echo "${{ secrets.KEYSTORE_P12 }}" | base64 -d - > fdroid/keystore.p12
Expand Down

0 comments on commit 7075cfd

Please sign in to comment.