Added Install Package Job to Workflows
This commit is contained in:
@@ -9,6 +9,10 @@ jobs:
|
|||||||
build-arm64:
|
build-arm64:
|
||||||
runs-on: [self-hosted, linux, arm64, dotnet]
|
runs-on: [self-hosted, linux, arm64, dotnet]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install packages
|
||||||
|
- 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
|
- name: Setup .NET
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ jobs:
|
|||||||
build-linux-x64:
|
build-linux-x64:
|
||||||
runs-on: [self-hosted, linux, arm64, linux64, dotnet]
|
runs-on: [self-hosted, linux, arm64, linux64, dotnet]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install packages
|
||||||
|
- 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
|
- name: Setup .NET
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ jobs:
|
|||||||
build-docker-linux-x64:
|
build-docker-linux-x64:
|
||||||
runs-on: [self-hosted, linux, arm64, linux64-docker, docker]
|
runs-on: [self-hosted, linux, arm64, linux64-docker, docker]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install packages
|
||||||
|
- run: apk add --no-cache git curl wget unzip bash nodejs npm
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ jobs:
|
|||||||
build-windows-x64:
|
build-windows-x64:
|
||||||
runs-on: [self-hosted, linux, arm64, windows-exe, dotnet]
|
runs-on: [self-hosted, linux, arm64, windows-exe, dotnet]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install packages
|
||||||
|
- 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
|
- name: Setup .NET
|
||||||
|
|||||||
Reference in New Issue
Block a user