Merge pull request #78 from terrapkg/windowsboy111-patch-4

Add verbosity to update pipeline
This commit is contained in:
lleyton
2022-12-23 14:43:30 -08:00
committed by GitHub
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
chmod 0700 ${{ runner.temp }}/signing_key
- name: Run Update (anda)
run: anda update
run: anda update -vvv
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}