Added Install Package Job to Workflows
Some checks failed
Build ARM64 Linux / build-arm64 (push) Failing after 1s
Build Linux x64 / build-linux-x64 (push) Failing after 1s
Build Docker Linux x64 / build-docker-linux-x64 (push) Failing after 1s
Build Windows x64 / build-windows-x64 (push) Failing after 1s

This commit is contained in:
2025-12-10 00:14:59 +01:00
parent 44fad86f5b
commit 6ff07b6f46
4 changed files with 16 additions and 0 deletions

View File

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