Skip to content

Commit

Permalink
Use the correct command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 29, 2024
1 parent 163b78e commit 2374d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
workspace_path: packages/sdk/browser
- name: Install Brotli
if: github.event_name == 'pull_request'
run: sudo apt-get update && sudo apt-install brotli
run: sudo apt-get update && sudo apt-get install brotli
- name: Check Package Size
if: github.event_name == 'pull_request'
env:
Expand Down

0 comments on commit 2374d52

Please sign in to comment.