Skip to content

Commit

Permalink
ci: install closure lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 19, 2023
1 parent 6a0bd00 commit d7a18e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: latest
# - name: Setup Chrome
# uses: browser-actions/setup-chrome@v1
# with:
# chrome-version: latest
- run: npm install google-closure-library
- name: Python build
run: python build.py
- name: Run Webpack
Expand Down

0 comments on commit d7a18e9

Please sign in to comment.