mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(ci): simplify unzip installation step in CI pipeline by removing sudo
This commit is contained in:
parent
49f4b1b36f
commit
fe5d428457
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-pipeline.yml
vendored
4
.github/workflows/ci-pipeline.yml
vendored
|
@ -130,8 +130,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install unzip (required for Bun setup)
|
- name: Install unzip (required for Bun setup)
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y unzip
|
apt-get install -y unzip
|
||||||
|
|
||||||
- name: Restore Turborepo Cache
|
- name: Restore Turborepo Cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue