This commit is contained in:
@@ -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
@@ -13,5 +13,5 @@ RUN dnf install -y \
|
|||||||
which \
|
which \
|
||||||
gcc \
|
gcc \
|
||||||
make \
|
make \
|
||||||
|
godot \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user