From f6365f352cd848bfc00ef8e9a60b42fb5a94c3ff Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 5 Oct 2024 23:43:26 +0200 Subject: [PATCH] guh --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 148d1ce..8ca5be6 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -44,10 +44,10 @@ jobs: cp extras/appimage.cmake jami/ cat extras/CMakeLists.txt >> jami/CMakeLists.txt cd jami + mkdir build && cd build && cmake .. && make # python build.py --init # python build.py --dependencies # python build.py --install - mkdir build && cd build && cmake .. && make - name: Get current date id: date