diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 58933dd..bb22ac1 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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: |