Skip to content

Commit

Permalink
install uglify-js for web builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 21, 2024
1 parent fa00d0a commit d20a6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ runs:
- name: Install dependencies (Linux / full)
if: runner.os == 'Linux' && inputs.mode != 'mini'
run: |
npm install -g uglify-js
sudo apt-get update
sudo apt-get install libgtk-3-dev libwebkit2gtk-4.0-dev libmpfr-dev
shell: bash
Expand Down

0 comments on commit d20a6ff

Please sign in to comment.