mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(codeql): manual build mode w/ gradle command
This commit is contained in:
parent
55eba003c7
commit
fcf944f1c6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -83,8 +83,8 @@ jobs:
|
|||
with:
|
||||
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
||||
|
||||
# - name: Build debug artifacts
|
||||
# run: ./gradlew assembleDebug
|
||||
- name: Build debug artifacts
|
||||
run: ./gradlew assembleDebug
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
@ -107,7 +107,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 assembleDebug
|
||||
run: wxit 0
|
||||
|
||||
# run: |
|
||||
# echo 'If you are using a "manual" build mode for one or more of the' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue