1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Force-install npm packages to try and fix the repeated GitHub Action failures

This commit is contained in:
Jonas Jenwald 2022-06-09 14:46:47 +02:00
parent 3d244cb6a8
commit 6371a7605d

View file

@ -18,7 +18,7 @@ jobs:
run: npm install -g gulp-cli
- name: Install other dependencies
run: npm install
run: npm install -f
- name: Run tests
run: gulp ci-test