We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec46870 commit f0006c9Copy full SHA for f0006c9
.github/workflows/publish.yml
@@ -76,6 +76,10 @@ jobs:
76
uses: actions/setup-java@v1
77
with:
78
java-version: 1.8
79
+ - name: Update dependencies
80
+ run: sudo apt-get update
81
+ - name: Install dependencies
82
+ run: sudo apt-get install nodejs chromium-browser
83
- name: Check JVM, Android, JS publication
84
run: ./gradlew build --info -Pcheck_publication=true -Pbuild_type=NON_NATIVE -Pbintray_api_key=${{ secrets.BINTRAY_API_KEY }}
85
linux-check-publication:
0 commit comments