guitea build
Some checks failed
Build / Build - linux (push) Failing after 4m42s
Build / Build - macos (push) Failing after 2m40s
Build / Build - windows (push) Failing after 3m13s

This commit is contained in:
2025-12-09 22:01:12 +01:00
parent 34c09c4e89
commit 9859008cdb

View File

@@ -35,8 +35,13 @@ jobs:
setup_cmd: "apt-get update && apt-get install -y mingw-w64"
steps:
# - name: Checkout code
# uses: actions/checkout@v4
- name: Install Node.js for Actions
run: |
apt-get update
apt-get install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v4
- name: Setup cross-compilation tools
if: matrix.setup_cmd != ''