Fix CI: remove sudo (runner is root in Docker)
Some checks failed
Build plugin / build (push) Failing after 1m14s

This commit is contained in:
Jose Falanga 2026-08-16 16:02:34 -03:00
parent ebbe3da28b
commit 8ff1878268

View file

@ -16,8 +16,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update -qq apt-get update -qq
sudo apt-get install -y -qq make git wget unzip apt-get install -y -qq make git wget unzip
- name: Install Godot - name: Install Godot
run: | run: |