Fix CI: remove sudo (runner is root in Docker)
Some checks failed
Build plugin / build (push) Failing after 1m14s
Some checks failed
Build plugin / build (push) Failing after 1m14s
This commit is contained in:
parent
ebbe3da28b
commit
8ff1878268
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y -qq make git wget unzip
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq make git wget unzip
|
||||
|
||||
- name: Install Godot
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue