chore(codeql): no daemon

This commit is contained in:
James Rich
2025-05-25 22:00:12 -05:00
committed by GitHub
parent 503ac6cfb6
commit d5b418ea76

View File

@@ -99,7 +99,7 @@ jobs:
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: ./gradlew buildDebug
run: ./gradlew buildDebug --no-daemon
# run: |
# echo 'If you are using a "manual" build mode for one or more of the' \