Skip to content

Commit f0006c9

Browse files
committed
Install dependencies for check JS publication CI job
1 parent ec46870 commit f0006c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
uses: actions/setup-java@v1
7777
with:
7878
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
7983
- name: Check JVM, Android, JS publication
8084
run: ./gradlew build --info -Pcheck_publication=true -Pbuild_type=NON_NATIVE -Pbintray_api_key=${{ secrets.BINTRAY_API_KEY }}
8185
linux-check-publication:

0 commit comments

Comments
 (0)