We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da51957 commit 163b78eCopy full SHA for 163b78e
.github/workflows/browser.yml
@@ -33,7 +33,7 @@ jobs:
33
workspace_path: packages/sdk/browser
34
- name: Install Brotli
35
if: github.event_name == 'pull_request'
36
- run: apt-get update && apt-install brotli
+ run: sudo apt-get update && sudo apt-install brotli
37
- name: Check Package Size
38
39
env:
0 commit comments