guitea build
Some checks failed
Build / Build - linux (push) Failing after 4s
Build / Build - macos (push) Failing after 4s
Build / Build - windows (push) Failing after 28s

This commit is contained in:
2025-12-09 21:57:56 +01:00
parent 248ec1e8f5
commit 34c09c4e89

View File

@@ -35,8 +35,8 @@ jobs:
setup_cmd: "apt-get update && apt-get install -y mingw-w64" setup_cmd: "apt-get update && apt-get install -y mingw-w64"
steps: steps:
- name: Checkout code # - name: Checkout code
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Setup cross-compilation tools - name: Setup cross-compilation tools
if: matrix.setup_cmd != '' if: matrix.setup_cmd != ''