|
@@ -57,6 +57,7 @@ jobs:
|
|
|
cd etc/build
|
|
|
npm install workbox-cli@6.3.0 --global
|
|
|
ant
|
|
|
+ ant javac
|
|
|
|
|
|
# ℹ️ Command-line programs to run using the OS shell.
|
|
|
# 📚 https://git.io/JvXDl
|
|
@@ -70,4 +71,4 @@ jobs:
|
|
|
# make release
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@v1
|
|
|
+ uses: github/codeql-action/analyze@v1
|