Fixed Syntax Error in Workflows
Some checks failed
Build ARM64 Linux / build-arm64 (push) Successful in 11m54s
Build Linux x64 / build-linux-x64 (push) Successful in 5m47s
Build Docker Linux x64 / build-docker-linux-x64 (push) Failing after 2m59s
Build Windows x64 / build-windows-x64 (push) Successful in 9m4s

This commit is contained in:
2025-12-10 00:17:57 +01:00
parent 6ff07b6f46
commit edd82153d8
4 changed files with 8 additions and 8 deletions

View File

@@ -10,10 +10,10 @@ jobs:
runs-on: [self-hosted, linux, arm64, dotnet]
steps:
- name: Install packages
- run: apk add --no-cache git curl wget unzip bash nodejs npm
run: apk add --no-cache git curl wget unzip bash nodejs npm
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3