Skip to content

Commit 385795e

Browse files
committed
sudo...
1 parent d27983f commit 385795e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chrome_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Install dependencies
1414
run: |
15-
apt install zip
15+
sudo apt install zip
1616
- name: ZIP THEM NOW!!
1717
run: |
1818
zip -qq -r CursorConnect.zip assets customization contentScript.js flip.css flip.js popup.css popup.html popup.js tick.css && zip -j CursorConnect.zip ./platform/chromium/manifest.json

.github/workflows/edge_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Install dependencies
1414
run: |
15-
apt install zip
15+
sudo apt install zip
1616
- name: ZIP THEM NOW!!
1717
run: |
1818
zip -qq -r CursorConnect.zip assets customization contentScript.js flip.css flip.js popup.css popup.html popup.js tick.css && zip -j CursorConnect.zip ./platform/chromium/manifest.json

0 commit comments

Comments
 (0)