Skip to content

Commit

Permalink
Update fdroid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke authored Dec 11, 2024
1 parent 362fe46 commit 08a73c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
run: echo "$(python -c 'import os, site; print(os.path.dirname(site.getsitepackages()[0]))')/bin" >> $GITHUB_PATH

- name: Verify fdroid installation
run: fdroid --version
run: |
source fdroidserver-env/bin/activate
fdroid --version
- name: Set up repo secrets
Expand Down

0 comments on commit 08a73c5

Please sign in to comment.