build: removed sudo
This commit is contained in:
parent
2c71bec68f
commit
fe544ecbc0
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ jobs:
|
||||||
# 1. FIX: Install system dependencies BEFORE setup-bun
|
# 1. FIX: Install system dependencies BEFORE setup-bun
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y unzip libstdc++6
|
apt-get install -y unzip libstdc++6
|
||||||
|
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: https://github.com/oven-sh/setup-bun@v2
|
uses: https://github.com/oven-sh/setup-bun@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue