Add Godot to the image
Build Runner Image / build (push) Failing after 4m17s

This commit is contained in:
2026-05-20 22:39:24 +02:00
parent 3a970639e4
commit e8f02dc87f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }} . git clone --quiet ${{ gitea.server_url }}/${{ gitea.repository }} .
- name: Build image - name: Build image
run: | run: |
+1 -1
View File
@@ -13,5 +13,5 @@ RUN dnf install -y \
which \ which \
gcc \ gcc \
make \ make \
godot \
&& dnf clean all && dnf clean all