Skip to content

Commit 163b78e

Browse files
committed
Use sudo.
1 parent da51957 commit 163b78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
workspace_path: packages/sdk/browser
3434
- name: Install Brotli
3535
if: github.event_name == 'pull_request'
36-
run: apt-get update && apt-install brotli
36+
run: sudo apt-get update && sudo apt-install brotli
3737
- name: Check Package Size
3838
if: github.event_name == 'pull_request'
3939
env:

0 commit comments

Comments
 (0)