build: removed sudo

This commit is contained in:
Simeon Radivoev 2026-01-23 05:45:47 +02:00
parent 2c71bec68f
commit fe544ecbc0
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -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